diff mbox

[TRIVIAL] check: Fix a typo

Message ID 1437730444-30933-1-git-send-email-kamalesh@linux.vnet.ibm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kamalesh Babulal July 24, 2015, 9:34 a.m. UTC
Fix the spelling of 'Argments' -> 'Arguments'.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
---
 check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.1.2

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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
			;;