summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
Diffstat (limited to 'maint')
-rwxr-xr-xmaint/add_warning2
-rwxr-xr-xmaint/fuzz_it_all4
-rwxr-xr-xmaint/rust-maint-common/update-shell-includes2
3 files changed, 4 insertions, 4 deletions
diff --git a/maint/add_warning b/maint/add_warning
index 484fb7244..000626000 100755
--- a/maint/add_warning
+++ b/maint/add_warning
@@ -109,7 +109,7 @@ LINT_LISTS = {
'test lint' : TEST_LINTS,
'example lint' : EXAMPLE_LINTS,
}
-# The start delimeter is a regular comment.
+# The start delimiter is a regular comment.
START_LINE = re.compile(r'^(\s*)// @@ begin (.*) list')
# End delimiter is Rustdoc containing an HTML comment, because rustfmt
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
diff --git a/maint/rust-maint-common/update-shell-includes b/maint/rust-maint-common/update-shell-includes
index dd1c980f2..ee0c591d0 100755
--- a/maint/rust-maint-common/update-shell-includes
+++ b/maint/rust-maint-common/update-shell-includes
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Arrrange for all shell scripts to obtain the common libraries
+# Arrange for all shell scripts to obtain the common libraries
# not via the current working directory, but rather realpath $0, by:
#
# 1. Checking that no shell scripts have ad hoc `.` or `source`'s