Merge branch 'spelling' of https://github.com/scop/fio
[fio.git] / t / one-core-peak.sh
index 466dbdd45b3612ee7379debdd15cb4680face9db..3ac119f6e094fa5b83e65fe69c854a3ea31ad158 100755 (executable)
@@ -34,7 +34,7 @@ check_binary() {
   for bin in "$@"; do
     if [ ! -x ${bin} ]; then
       command -v ${bin} >/dev/null
-      [ $? -eq 0 ] || fatal "${bin} doesn't exists or is not executable"
+      [ $? -eq 0 ] || fatal "${bin} doesn't exist or is not executable"
     fi
   done
 }