diff options
| author | Leon Klingele <git@leonklingele.de> | 2019-02-22 15:53:52 +0000 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2019-02-26 23:02:05 +0000 |
| commit | d090429ea9af7cc2958fd95460196b02212c2b62 (patch) | |
| tree | 7012d24ab7187e9e629288a21096da3ab07cfeac /src/testing | |
| parent | 337662f7caef76abd0122edffdc1f7f8102f19f8 (diff) | |
| download | go-d090429ea9af7cc2958fd95460196b02212c2b62.tar.xz | |
all: fix typos as reported by 'misspell'
Change-Id: I904b8655f21743189814bccf24073b6fbb9fc56d
GitHub-Last-Rev: b032c14394c949f9ad7b18d019a3979d38d4e1fb
GitHub-Pull-Request: golang/go#29997
Reviewed-on: https://go-review.googlesource.com/c/160421
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.go b/src/testing/testing.go index 3068630e8a..79dcf76908 100644 --- a/src/testing/testing.go +++ b/src/testing/testing.go @@ -614,7 +614,7 @@ func (c *common) log(s string) { c.logDepth(s, 3) // logDepth + log + public function } -// logDepth generates the output. At an arbitary stack depth +// logDepth generates the output at an arbitrary stack depth. func (c *common) logDepth(s string, depth int) { c.mu.Lock() defer c.mu.Unlock() |
