summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/collate
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-08-17 17:19:06 -0700
committerGitHub <noreply@github.com>2017-08-17 17:19:06 -0700
commit96eab1202717e073782ec399a4e0820cae15b1bb (patch)
tree011012982be971c7e9ef91466f026bc0956ac9a2 /vendor/golang.org/x/text/collate
parent2c895ee66eed626721135acfcc48254c6e3f3b29 (diff)
downloadchat-96eab1202717e073782ec399a4e0820cae15b1bb.tar.gz
chat-96eab1202717e073782ec399a4e0820cae15b1bb.tar.bz2
chat-96eab1202717e073782ec399a4e0820cae15b1bb.zip
Updating server dependancies. (#7246)
Diffstat (limited to 'vendor/golang.org/x/text/collate')
-rw-r--r--vendor/golang.org/x/text/collate/build/colelem_test.go2
-rw-r--r--vendor/golang.org/x/text/collate/tools/colcmp/colcmp.go2
-rw-r--r--vendor/golang.org/x/text/collate/tools/colcmp/icu.go4
3 files changed, 4 insertions, 4 deletions
diff --git a/vendor/golang.org/x/text/collate/build/colelem_test.go b/vendor/golang.org/x/text/collate/build/colelem_test.go
index 3862b1eb5..d0c8d07d8 100644
--- a/vendor/golang.org/x/text/collate/build/colelem_test.go
+++ b/vendor/golang.org/x/text/collate/build/colelem_test.go
@@ -203,7 +203,7 @@ func TestCompareWeights(t *testing.T) {
test := func(tt weightsTest, a, b [][]int) {
res, level := compareWeights(mkRawCES(a), mkRawCES(b))
if res != tt.result {
- t.Errorf("%d: expected comparisson result %d; found %d", i, tt.result, res)
+ t.Errorf("%d: expected comparison result %d; found %d", i, tt.result, res)
}
if level != tt.level {
t.Errorf("%d: expected level %d; found %d", i, tt.level, level)
diff --git a/vendor/golang.org/x/text/collate/tools/colcmp/colcmp.go b/vendor/golang.org/x/text/collate/tools/colcmp/colcmp.go
index 6dda8bc07..ebd6012dd 100644
--- a/vendor/golang.org/x/text/collate/tools/colcmp/colcmp.go
+++ b/vendor/golang.org/x/text/collate/tools/colcmp/colcmp.go
@@ -211,7 +211,7 @@ func (ts *Context) Print(a ...interface{}) {
fmt.Fprint(ts.out, a...)
}
-// assertBuf sets up an io.Writer for ouput, if it doesn't already exist.
+// assertBuf sets up an io.Writer for output, if it doesn't already exist.
// In debug and verbose mode, output is buffered so that the regular output
// will not interfere with the additional output. Otherwise, output is
// written directly to stdout for a more responsive feel.
diff --git a/vendor/golang.org/x/text/collate/tools/colcmp/icu.go b/vendor/golang.org/x/text/collate/tools/colcmp/icu.go
index 91980ac98..76de40427 100644
--- a/vendor/golang.org/x/text/collate/tools/colcmp/icu.go
+++ b/vendor/golang.org/x/text/collate/tools/colcmp/icu.go
@@ -165,8 +165,8 @@ func (c *icuUTF8iter) Key(s Input) []byte {
return c.extendBuf(n)
}
-// icuUTF8conv implementes the Collator interface.
-// This implentation first converts the give UTF8 string
+// icuUTF8conv implements the Collator interface.
+// This implementation first converts the give UTF8 string
// to UTF16 and then calls the main ICU collation function.
type icuUTF8conv struct {
icuCollator