From patchwork Thu Mar 10 10:35:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arturo Borrero X-Patchwork-Id: 595692 X-Patchwork-Delegate: fw@strlen.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id B3EDA140321 for ; Thu, 10 Mar 2016 22:17:38 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965737AbcCJLRh (ORCPT ); Thu, 10 Mar 2016 06:17:37 -0500 Received: from smtp3.cica.es ([150.214.5.190]:50077 "EHLO smtp.cica.es" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932895AbcCJLRh (ORCPT ); Thu, 10 Mar 2016 06:17:37 -0500 Received: from localhost (unknown [127.0.0.1]) by smtp.cica.es (Postfix) with ESMTP id BACAF51F1BB for ; Thu, 10 Mar 2016 10:35:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at cica.es Received: from smtp.cica.es ([127.0.0.1]) by localhost (mail.cica.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pXJoP_0s2iM0 for ; Thu, 10 Mar 2016 11:35:51 +0100 (CET) Received: from r2d2.cica.es (r2d2.cica.es [IPv6:2a00:9ac0:c1ca:27::150]) by smtp.cica.es (Postfix) with ESMTP id C37BF51F191 for ; Thu, 10 Mar 2016 11:35:51 +0100 (CET) Subject: [iptables PATCH 2/2] iptables/xtables-arp.c: fix typo, wierd vs weird From: Arturo Borrero Gonzalez To: netfilter-devel@vger.kernel.org Date: Thu, 10 Mar 2016 11:35:51 +0100 Message-ID: <145760615172.4027.14167970874816721054.stgit@r2d2.cica.es> In-Reply-To: <145760614615.4027.14453402278808172625.stgit@r2d2.cica.es> References: <145760614615.4027.14453402278808172625.stgit@r2d2.cica.es> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Reported by Debian lintian tool. Signed-off-by: Arturo Borrero Gonzalez --- iptables/xtables-arp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" 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/iptables/xtables-arp.c b/iptables/xtables-arp.c index 26ece01..346bece 100644 --- a/iptables/xtables-arp.c +++ b/iptables/xtables-arp.c @@ -727,7 +727,7 @@ parse_interface(const char *arg, char *vianame, unsigned char *mask) if (!isalnum(vianame[i]) && vianame[i] != '_' && vianame[i] != '.') { - printf("Warning: wierd character in interface" + printf("Warning: weird character in interface" " `%s' (No aliases, :, ! or *).\n", vianame); break;