mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix typos detected by github.com/client9/misspell
Change-Id: Iadb3c5de8ae9ea45855013997ed70f7929a88661
GitHub-Last-Rev: ae85bcf82b
GitHub-Pull-Request: golang/go#26920
Reviewed-on: https://go-review.googlesource.com/128955
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
c5d38b896d
commit
ad644d2e86
22 changed files with 24 additions and 23 deletions
|
|
@ -560,7 +560,7 @@ func TestNotes(t *testing.T) {
|
|||
abiHashNoteFound = true
|
||||
case 3: // ELF_NOTE_GODEPS_TAG
|
||||
if depsNoteFound {
|
||||
t.Error("multiple depedency list notes")
|
||||
t.Error("multiple dependency list notes")
|
||||
}
|
||||
testDepsNote(t, f, note)
|
||||
depsNoteFound = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue