Fix the spelling of 'Argments' -> 'Arguments'. Signed-off-by: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check b/check index a3001309e7a0..573c72826b18 100755 --- a/check +++ b/check @@ -260,7 +260,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 ;; -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html