summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora13460542021-08-31 17:05:29 +0000
committerrfjakob2021-09-01 10:22:01 +0200
commit6cb03b54fe4c13a4534793c4c900b7894ae2b387 (patch)
tree05731081613d74443f34d2ef987adb8b9161ee60
parentc63f7e9f64ee394b3311edb7f36f56fd786d145a (diff)
*: fix spelling
-rw-r--r--Documentation/MANPAGE.md2
-rwxr-xr-xtest.bash2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md
index acb0ff0..bc7a798 100644
--- a/Documentation/MANPAGE.md
+++ b/Documentation/MANPAGE.md
@@ -368,7 +368,7 @@ Mount the filesystem read-write (`-rw`, default) or read-only (`-ro`).
If both are specified, `-ro` takes precedence.
#### -reverse
-See the `-reverse` section in INIT FLAGS. You need to specifiy the
+See the `-reverse` section in INIT FLAGS. You need to specify the
`-reverse` option both at `-init` and at mount.
#### -serialize_reads
diff --git a/test.bash b/test.bash
index 7c60b8c..99884a8 100755
--- a/test.bash
+++ b/test.bash
@@ -28,7 +28,7 @@ unmount_leftovers() {
(
# Prevent multiple parallel test.bash instances as this causes
-# all kinds of mayham
+# all kinds of mayhem
if ! command -v flock > /dev/null ; then
echo "flock is not available, skipping"
elif ! flock -n 200 ; then