summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2016-03-10 11:35:51 +0100
committerFlorian Westphal <fw@strlen.de>2016-03-10 14:05:12 +0100
commite9e3cad2331d9fed1415dfb278b8dd6335ad3c1c (patch)
tree62c28212d38d7af3b772f9f31cc218c59f484b30 /iptables
parentd3692891c622406332c1baed6fc34ad2c215354c (diff)
iptables/xtables-arp.c: fix typo, wierd vs weird
Reported by Debian lintian tool. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables')
-rw-r--r--iptables/xtables-arp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/xtables-arp.c b/iptables/xtables-arp.c
index 26ece01d..346bece9 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;