mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix minor misspellings
Change-Id: I1f1cfb161640eb8756fb1a283892d06b30b7a8fa Reviewed-on: https://go-review.googlesource.com/39356 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
50688fcb6e
commit
094498c9a1
14 changed files with 14 additions and 14 deletions
|
|
@ -639,7 +639,7 @@ type requestBodyReadError struct{ error }
|
|||
func idnaASCII(v string) (string, error) {
|
||||
// TODO: Consider removing this check after verifying performance is okay.
|
||||
// Right now punycode verification, length checks, context checks, and the
|
||||
// permissable character tests are all omitted. It also prevents the ToASCII
|
||||
// permissible character tests are all omitted. It also prevents the ToASCII
|
||||
// call from salvaging an invalid IDN, when possible. As a result it may be
|
||||
// possible to have two IDNs that appear identical to the user where the
|
||||
// ASCII-only version causes an error downstream whereas the non-ASCII
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue