Skip to content

Commit

Permalink
Correct grammar mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamDang authored and antoineco committed Jun 24, 2018
1 parent 315679c commit 616b94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func fileInFS(file string, fs file.Filesystem) wait.ConditionFunc {
}

if stat == nil {
return false, fmt.Errorf("file %v does not exists", file)
return false, fmt.Errorf("file %v does not exist", file)
}

if stat.Size() > 0 {
Expand Down

0 comments on commit 616b94e

Please sign in to comment.