From e66d29cdcfc85cdd33f52b7739122a1d2db9197f Mon Sep 17 00:00:00 2001 From: "David G. Andersen" Date: Mon, 9 Jul 2012 09:16:10 +1000 Subject: pkg: Removing duplicated words ("of of", etc.), mostly from comments. Ran 'double.pl' on the pkg tree to identify doubled words. One change to an error string return in x509; the rest are in comments. Thanks to Matt Jibson for the idea. R=golang-dev, bsiegert CC=golang-dev https://golang.org/cl/6344089 --- src/pkg/html/template/url.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/html') diff --git a/src/pkg/html/template/url.go b/src/pkg/html/template/url.go index 454c791ec3..2ca76bf389 100644 --- a/src/pkg/html/template/url.go +++ b/src/pkg/html/template/url.go @@ -60,7 +60,7 @@ func urlProcessor(norm bool, args ...interface{}) string { c := s[i] switch c { // Single quote and parens are sub-delims in RFC 3986, but we - // escape them so the output can be embedded in in single + // escape them so the output can be embedded in single // quoted attributes and unquoted CSS url(...) constructs. // Single quotes are reserved in URLs, but are only used in // the obsolete "mark" rule in an appendix in RFC 3986 -- cgit v1.3-5-g9baa