check: Fix a typo

Fix the spelling of 'Argments' -> 'Arguments'.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Kamalesh Babulal
2015-08-04 14:10:49 +10:00
committed by Dave Chinner
parent 3d0e7738dc
commit 9571c7945a
+1 -1
View File
@@ -264,7 +264,7 @@ done
if $have_test_arg; then
while [ $# -gt 0 ]; do
case "$1" in
-*) echo "Argments before tests, please!"
-*) echo "Arguments before tests, please!"
status=1
exit $status
;;