From: Marcel Edmund Franke Date: Mon, 14 Nov 2016 20:46:25 +0000 (+0100) Subject: html/template: typo fix X-Git-Tag: go1.8beta1~165 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2442b49c47aa818bbc55e4c064e9ea0ca058735f;p=gostls13.git html/template: typo fix comment on unexported function starts with wrong functionname Change-Id: Ib16c2fe42b5a8d4606ed719f620923c17839d091 Reviewed-on: https://go-review.googlesource.com/33203 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/html/template/url.go b/src/html/template/url.go index 246bfd32cd..02123b2ccc 100644 --- a/src/html/template/url.go +++ b/src/html/template/url.go @@ -32,7 +32,7 @@ func urlEscaper(args ...interface{}) string { return urlProcessor(false, args...) } -// urlEscaper normalizes URL content so it can be embedded in a quote-delimited +// urlNormalizer normalizes URL content so it can be embedded in a quote-delimited // string or parenthesis delimited url(...). // The normalizer does not encode all HTML specials. Specifically, it does not // encode '&' so correct embedding in an HTML attribute requires escaping of