Skip to content

Commit 2951908

Browse files
committed
spelling name unknown test in error
1 parent 4af4b75 commit 2951908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/spelling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "$1" = "spellintian" ]; then
2323
elif [ "$1" = "codespell" ]; then
2424
current_test="codespell"
2525
else
26-
echo "Unknown test specified in first argument. Options are spellintian and codespell."
26+
echo "Unknown test \"$1\" specified in first argument. Options are spellintian and codespell."
2727
exit 1;
2828
fi;
2929

0 commit comments

Comments
 (0)