netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH arptables] Fix a couple of spelling errors
@ 2024-03-08 22:17 Jeremy Sowden
  2024-03-08 23:04 ` Phil Sutter
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Sowden @ 2024-03-08 22:17 UTC (permalink / raw)
  To: Netfilter Devel

One mistake in a man-page, one in a warning.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-09  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08 22:17 [PATCH arptables] Fix a couple of spelling errors Jeremy Sowden
2024-03-08 23:04 ` Phil Sutter
2024-03-09  8:32   ` Jeremy Sowden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).