summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
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 de2fdd6..bece359 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;