Correct grammar mistakes
This commit is contained in:
parent
315679ce39
commit
616b94e584
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue