summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/collate/tools/colcmp/colcmp.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/text/collate/tools/colcmp/colcmp.go')
-rw-r--r--vendor/golang.org/x/text/collate/tools/colcmp/colcmp.go2
1 files changed, 1 insertions, 1 deletions
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.