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

* Re: [PATCH arptables] Fix a couple of spelling errors
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Sutter @ 2024-03-08 23:04 UTC (permalink / raw)
  To: Jeremy Sowden; +Cc: Netfilter Devel

On Fri, Mar 08, 2024 at 10:17:20PM +0000, Jeremy Sowden wrote:
> One mistake in a man-page, one in a warning.
> 
> Signed-off-by: Jeremy Sowden <jeremy@azazel.net>

Patch applied, thanks!

Just please be aware that it's entirely unclear if/when a new
arptables-legacy release will be made.

Cheers, Phil

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

* Re: [PATCH arptables] Fix a couple of spelling errors
  2024-03-08 23:04 ` Phil Sutter
@ 2024-03-09  8:32   ` Jeremy Sowden
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Sowden @ 2024-03-09  8:32 UTC (permalink / raw)
  To: Phil Sutter; +Cc: Netfilter Devel

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

On 2024-03-09, at 00:04:40 +0100, Phil Sutter wrote:
> On Fri, Mar 08, 2024 at 10:17:20PM +0000, Jeremy Sowden wrote:
> > One mistake in a man-page, one in a warning.
> > 
> > Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
> 
> Patch applied, thanks!
> 
> Just please be aware that it's entirely unclear if/when a new
> arptables-legacy release will be made.

Thanks, Phil.  Yes, I had a suspicion that might be the case.  Just
giving the Debian package a spring clean.

J.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[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).