Correct grammar mistakes

This commit is contained in:
AdamDang 2018-04-17 14:16:24 +08:00 committed by Antoine Cotten
parent 315679ce39
commit 616b94e584
No known key found for this signature in database
GPG key ID: 94637E68D4A79DD0

View file

@ -226,7 +226,7 @@ func fileInFS(file string, fs file.Filesystem) wait.ConditionFunc {
} }
if stat == nil { 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 { if stat.Size() > 0 {