fix words misspell

Signed-off-by: Michael Wan <zirenwan@gmail.com>
This commit is contained in:
Michael Wan
2018-04-22 04:27:17 -04:00
parent 3a6825e1a0
commit 7fd6d5e2be
14 changed files with 18 additions and 18 deletions

View File

@@ -659,7 +659,7 @@ func TestApplyTar(t *testing.T) {
return err
}
if _, err := os.Stat(p); err != nil {
return errors.Wrapf(err, "failure checking existance for %v", d)
return errors.Wrapf(err, "failure checking existence for %v", d)
}
}
return nil