*: fix spelling

This commit is contained in:
a1346054 2021-08-31 17:05:29 +00:00 committed by rfjakob
parent c63f7e9f64
commit 6cb03b54fe
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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