aboutsummaryrefslogtreecommitdiff
path: root/src/archive
diff options
context:
space:
mode:
authorIgor Zhilianin <igor.zhilianin@gmail.com>2018-10-08 01:19:51 +0000
committerIan Lance Taylor <iant@golang.org>2018-10-08 03:12:03 +0000
commit04dc1b2443f3cec9d3babff1046eb36f41236224 (patch)
treeb628bfc7cef8a060e3153dfbd1ca522cd79adee6 /src/archive
parent165ebaf97bc4c4863a756775d75ddc750c55b8f2 (diff)
downloadgo-04dc1b2443f3cec9d3babff1046eb36f41236224.tar.gz
go-04dc1b2443f3cec9d3babff1046eb36f41236224.zip
all: fix a bunch of misspellings
Change-Id: I94cebca86706e072fbe3be782d3edbe0e22b9432 GitHub-Last-Rev: 8e15a40545704fb21b41a8768079f2da19341ef3 GitHub-Pull-Request: golang/go#28067 Reviewed-on: https://go-review.googlesource.com/c/140437 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/archive')
-rw-r--r--src/archive/zip/writer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive/zip/writer.go b/src/archive/zip/writer.go
index 5f0c0a1a55..cdc534eaf0 100644
--- a/src/archive/zip/writer.go
+++ b/src/archive/zip/writer.go
@@ -178,7 +178,7 @@ func (w *Writer) Close() error {
return err
}
- // store max values in the regular end record to signal that
+ // store max values in the regular end record to signal
// that the zip64 values should be used instead
records = uint16max
size = uint32max