From 6cb03b54fe4c13a4534793c4c900b7894ae2b387 Mon Sep 17 00:00:00 2001 From: a1346054 Date: Tue, 31 Aug 2021 17:05:29 +0000 Subject: *: fix spelling --- test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.bash') 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 -- cgit v1.2.3