Merge pull request #1353 from tossmilestone/fix-typos

Fix 'wether'->'whether'
This commit is contained in:
Tibor Vass 2018-09-08 19:58:49 -07:00 committed by GitHub
commit 8ec21567a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func Contains(expected string) func(string) error {
} }
} }
// Equals returns wether the line is the same as the specified string // Equals returns whether the line is the same as the specified string
func Equals(expected string) func(string) error { func Equals(expected string) func(string) error {
return func(actual string) error { return func(actual string) error {
if expected == actual { if expected == actual {