Misspell correction (#826)
Did a `misspell . | grep -v ^vendor` and fixed several typos. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
21386ebdd5
commit
c08497adee
9 changed files with 9 additions and 8 deletions
|
@ -71,7 +71,7 @@ func TestIsNameError(t *testing.T) {
|
|||
if !k.IsNameError(errInvalidRequest) {
|
||||
t.Errorf("Expected 'true' for '%v'", errInvalidRequest)
|
||||
}
|
||||
otherErr := errors.New("Some other error occured")
|
||||
otherErr := errors.New("Some other error occurred")
|
||||
if k.IsNameError(otherErr) {
|
||||
t.Errorf("Expected 'true' for '%v'", otherErr)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue