summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2006-10-11 07:37:26 +0000
committerPatrick McHardy <kaber@trash.net>2006-10-11 07:37:26 +0000
commit42bd67b8be2ffa84e60e4109964a57a2e5b1b60e (patch)
treef415ad39b0a8901f4cce77ae2ef0e9565bee6130 /iptables.c
parented26b7b0cedcdb9621ae7d4e225048614f52dc0f (diff)
Fix spelling error
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.c b/iptables.c
index de2fdd6a..bece359e 100644
--- a/iptables.c
+++ b/iptables.c
@@ -885,7 +885,7 @@ void parse_interface(const char *arg, char *vianame, unsigned char *mask)
if (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;