1
0
mirror of https://github.com/golang/go synced 2024-11-08 01:36:12 -07:00
go/src/archive/tar
Daniel Martí 41348081fa all: fix a number of misuses of the word "an"
After golang.org/cl/210124, I wondered if the same error had gone
unnoticed elsewhere. I quickly spotted another dozen mistakes after
reading through the output of:

	git grep '\<[Aa]n [bcdfgjklmnpqrtvwyz][a-z]'

Many results are false positives for acronyms like "an mtime", since
it's pronounced "an em-time". However, the total amount of output isn't
that large given how simple the grep pattern is.

Change-Id: Iaa2ca69e42f4587a9e3137d6c5ed758887906ca6
Reviewed-on: https://go-review.googlesource.com/c/go/+/210678
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Zach Jones <zachj1@gmail.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-12-10 16:23:10 +00:00
..
testdata
common.go
example_test.go
format.go
reader_test.go
reader.go all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
stat_actime1.go archive/tar, syscall: add statUnix for aix/ppc64 2019-02-27 23:40:20 +00:00
stat_actime2.go syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t on FreeBSD 2018-12-30 19:36:52 +00:00
stat_unix.go archive/tar, syscall: add statUnix for aix/ppc64 2019-02-27 23:40:20 +00:00
strconv_test.go src, misc: apply gofmt 2019-02-19 20:38:28 +00:00
strconv.go src, misc: apply gofmt 2019-02-19 20:38:28 +00:00
tar_test.go
writer_test.go
writer.go