summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;