commit d01100833296b70720d8b12701e7d189d2ed0249
parent d3519acbbe19e693c09271d5c1186273a3273469
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 10 Jul 2023 19:47:02 +0200
-typos
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/testzzuf/zzuf_test_runner.sh b/src/testzzuf/zzuf_test_runner.sh
@@ -48,10 +48,10 @@ run_with_socat ()
}
# zzuf cannot pass-through the return value of checked program
-# so try the direct dry-run first to get possibe 77 or 99 codes
+# so try the direct dry-run first to get possible 77 or 99 codes
echo "## Dry-run of the $@..."
if "$@" --dry-run ; then
- echo "# Dry-run succeded."
+ echo "# Dry-run succeeded."
else
res_code=$?
echo "Dry-run failed with exit code $res_code." 1>&2
@@ -81,7 +81,7 @@ fi
echo "## Dry-run of the $@ with zzuf..."
if "$ZZUF" ${zzuf_all_params} "$@" --dry-run ; then
- echo "# Dry-run with zzuf succeded."
+ echo "# Dry-run with zzuf succeeded."
else
res_code=$?
echo "$@ cannot be run with zzuf directly." 1>&2