diff options
| author | David G. Andersen <dave.andersen@gmail.com> | 2012-07-09 09:16:10 +1000 |
|---|---|---|
| committer | Nigel Tao <nigeltao@golang.org> | 2012-07-09 09:16:10 +1000 |
| commit | e66d29cdcfc85cdd33f52b7739122a1d2db9197f (patch) | |
| tree | 54d87cd3a555ee1a10e8ee61ab729bacfbd6b460 /src/pkg/html | |
| parent | 3f411994050115401c9fc85507478281be1fb431 (diff) | |
| download | go-e66d29cdcfc85cdd33f52b7739122a1d2db9197f.tar.xz | |
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
Diffstat (limited to 'src/pkg/html')
| -rw-r--r-- | src/pkg/html/template/url.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
