summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arptables-legacy.82
-rw-r--r--arptables.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arptables-legacy.8 b/arptables-legacy.8
index 3ce99e3..f8b630f 100644
--- a/arptables-legacy.8
+++ b/arptables-legacy.8
@@ -210,7 +210,7 @@ of the
.B arptables
kernel table.
-.SS MISCELLANOUS COMMANDS
+.SS MISCELLANEOUS COMMANDS
.TP
.B "-V, --version"
Show the version of the arptables userspace program.
diff --git a/arptables.c b/arptables.c
index 2b6618c..403dae4 100644
--- a/arptables.c
+++ b/arptables.c
@@ -844,7 +844,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;