mirror of https://github.com/docker/cli.git
Fix 'wether'->'whether'
Signed-off-by: Xiaoxi He <xxhe@alauda.io>
This commit is contained in:
parent
ce4a9f8311
commit
2e0d87a247
|
@ -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 {
|
||||
return func(actual string) error {
|
||||
if expected == actual {
|
||||
|
|
Loading…
Reference in New Issue