summaryrefslogtreecommitdiff
path: root/libgo/go/compress/flate/reader_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/compress/flate/reader_test.go')
-rw-r--r--libgo/go/compress/flate/reader_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/compress/flate/reader_test.go b/libgo/go/compress/flate/reader_test.go
index 2a8ebbc943..a62ef741df 100644
--- a/libgo/go/compress/flate/reader_test.go
+++ b/libgo/go/compress/flate/reader_test.go
@@ -29,7 +29,7 @@ const (
var testfiles = []string{
// Digits is the digits of the irrational number e. Its decimal representation
- // does not repeat, but there are only 10 posible digits, so it should be
+ // does not repeat, but there are only 10 possible digits, so it should be
// reasonably compressible.
digits: "../testdata/e.txt",
// Twain is Project Gutenberg's edition of Mark Twain's classic English novel.