summaryrefslogtreecommitdiff
path: root/src/pkg/html/token_test.go
diff options
context:
space:
mode:
authorRobert Hencke <robert.hencke@gmail.com>2011-05-18 13:14:56 -0400
committerRobert Hencke <robert.hencke@gmail.com>2011-05-18 13:14:56 -0400
commitec561fdec01f4c6e365f247727623867205ea3fb (patch)
treeda99ddd5acc7cfb7eb9b84c90ff0ad842beb582c /src/pkg/html/token_test.go
parent338ec4de33679c061dd69b86db7d3885a69fec81 (diff)
downloadgo-ec561fdec01f4c6e365f247727623867205ea3fb.tar.gz
pkg: spelling tweaks, A-H
R=ality, bradfitz, rsc, dsymonds, adg, qyzhai, dchest CC=golang-dev http://codereview.appspot.com/4536063 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/pkg/html/token_test.go')
-rw-r--r--src/pkg/html/token_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/html/token_test.go b/src/pkg/html/token_test.go
index e474c9281..6291af600 100644
--- a/src/pkg/html/token_test.go
+++ b/src/pkg/html/token_test.go
@@ -100,7 +100,7 @@ var tokenTests = []tokenTest{
"<p \t\n iD=\"a&quot;B\" foo=\"bar\"><EM>te&lt;&amp;;xt</em></p>",
`<p id="a&quot;B" foo="bar">$<em>$te&lt;&amp;;xt$</em>$</p>`,
},
- // A non-existant entity. Tokenizing and converting back to a string should
+ // A nonexistent entity. Tokenizing and converting back to a string should
// escape the "&" to become "&amp;".
{
"noSuchEntity",