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:
Kazuhiro Sera 2018-08-23 05:06:47 +00:00 committed by Brad Fitzpatrick
parent c5d38b896d
commit ad644d2e86
22 changed files with 24 additions and 23 deletions

View file

@ -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