One mistake in a man-page, one in a warning. Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- arptables-legacy.8 | 2 +- arptables.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arptables-legacy.8 b/arptables-legacy.8 index 3ce99e375700..f8b630fe3ad9 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 2b6618c2511e..403dae4ae4ac 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; -- 2.43.0