mirror of https://github.com/docker/cli.git
Merge pull request #1353 from tossmilestone/fix-typos
Fix 'wether'->'whether'
This commit is contained in:
commit
8ec21567a7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue