Merge branch 'spelling' of https://github.com/scop/fio
authorJens Axboe <axboe@kernel.dk>
Sun, 20 Feb 2022 19:28:51 +0000 (12:28 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 20 Feb 2022 19:28:51 +0000 (12:28 -0700)
* 'spelling' of https://github.com/scop/fio:
  Spelling and grammar fixes

Signed-off-by: Jens Axboe <axboe@kernel.dk>
1  2 
t/one-core-peak.sh

index 466dbdd45b3612ee7379debdd15cb4680face9db,63ca2093d9bccae8bc82f7a4dbdf75797a860be2..3ac119f6e094fa5b83e65fe69c854a3ea31ad158
@@@ -33,8 -33,8 +33,8 @@@ check_binary() 
    # Ensure the binaries are present and executable
    for bin in "$@"; do
      if [ ! -x ${bin} ]; then
 -      which ${bin} >/dev/null
 +      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
  }