summaryrefslogtreecommitdiff
path: root/maint/fuzz_it_all
diff options
context:
space:
mode:
Diffstat (limited to 'maint/fuzz_it_all')
-rwxr-xr-xmaint/fuzz_it_all4
1 files changed, 2 insertions, 2 deletions
diff --git a/maint/fuzz_it_all b/maint/fuzz_it_all
index e95dd9957..c5ebc46c8 100755
--- a/maint/fuzz_it_all
+++ b/maint/fuzz_it_all
@@ -42,14 +42,14 @@ done
echo "Using toolchain +${RUST_FUZZ_TOOLCHAIN:=nightly}. (Override with \$RUST_FUZZ_TOOLCHAIN)"
# Validate that "+${RUST_FUZZ_TOOLCHAIN}" is installed. This will log a message to stderr
-# if it itsn't.
+# if it isn't.
cargo "+${RUST_FUZZ_TOOLCHAIN}" -h >/dev/null
# Validate that "cargo fuzz" is installed.
cargo "+${RUST_FUZZ_TOOLCHAIN}" fuzz --help>/dev/null
-# Chdir to the source root diretory, and make sure we have the corpora checked out.
+# Chdir to the source root directory, and make sure we have the corpora checked out.
cd "$(dirname "$0")/.."
if ! test -d "./arti-corpora"; then