Correct grammar mistakes

This commit is contained in:
AdamDang 2018-04-17 14:16:24 +08:00 committed by Antoine Cotten
parent acb9a91998
commit 51acfa3b2d

View file

@ -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 {