From patchwork Fri Jul 24 09:34:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamalesh Babulal X-Patchwork-Id: 6858591 Return-Path: X-Original-To: patchwork-fstests@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C71D8C05AC for ; Fri, 24 Jul 2015 09:35:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 76E7320616 for ; Fri, 24 Jul 2015 09:35:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8FE6C20609 for ; Fri, 24 Jul 2015 09:35:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753227AbbGXJfO (ORCPT ); Fri, 24 Jul 2015 05:35:14 -0400 Received: from e28smtp04.in.ibm.com ([122.248.162.4]:35302 "EHLO e28smtp04.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751071AbbGXJfN (ORCPT ); Fri, 24 Jul 2015 05:35:13 -0400 Received: from /spool/local by e28smtp04.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 24 Jul 2015 15:05:10 +0530 Received: from d28dlp03.in.ibm.com (9.184.220.128) by e28smtp04.in.ibm.com (192.168.1.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 24 Jul 2015 15:05:07 +0530 X-Helo: d28dlp03.in.ibm.com X-MailFrom: kamalesh@linux.vnet.ibm.com X-RcptTo: fstests@vger.kernel.org Received: from d28relay02.in.ibm.com (d28relay02.in.ibm.com [9.184.220.59]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id B952E125805E for ; Fri, 24 Jul 2015 15:08:06 +0530 (IST) Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay02.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t6O9YLwU19071166 for ; Fri, 24 Jul 2015 15:04:22 +0530 Received: from d28av02.in.ibm.com (localhost [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t6O8CUdw010354 for ; Fri, 24 Jul 2015 13:42:30 +0530 Received: from Kepler.in.ibm.com ([9.124.158.136]) by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id t6O8CUCI010345; Fri, 24 Jul 2015 13:42:30 +0530 From: Kamalesh Babulal To: fstests@vger.kernel.org Cc: Kamalesh Babulal Subject: [TRIVIAL PATCH] check: Fix a typo Date: Fri, 24 Jul 2015 15:04:04 +0530 Message-Id: <1437730444-30933-1-git-send-email-kamalesh@linux.vnet.ibm.com> X-Mailer: git-send-email 2.1.2 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15072409-0013-0000-0000-0000066E450C Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Spam-Status: No, score=-8.1 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix the spelling of 'Argments' -> 'Arguments'. Signed-off-by: Kamalesh Babulal --- 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 --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 ;;