netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iptables PATCH] extensions: libxt_NFLOG: fix typo
@ 2022-01-20 10:54 Jeremy Sowden
  2022-01-20 10:57 ` Florian Westphal
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Sowden @ 2022-01-20 10:54 UTC (permalink / raw)
  To: Netfilter Devel

The deprecation warning for `--nflog-range` contains a spelling mistake.
Fix it.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
 extensions/libxt_NFLOG.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/libxt_NFLOG.c b/extensions/libxt_NFLOG.c
index 02a1b4aa35a3..13212a6bba82 100644
--- a/extensions/libxt_NFLOG.c
+++ b/extensions/libxt_NFLOG.c
@@ -69,7 +69,7 @@ static void NFLOG_check(struct xt_fcheck_call *cb)
 
 	if (cb->xflags & F_RANGE)
 		fprintf(stderr, "warn: --nflog-range has never worked and is no"
-			" longer supported, please use --nflog-size insted\n");
+			" longer supported, please use --nflog-size instead\n");
 
 	if (cb->xflags & F_SIZE)
 		info->flags |= XT_NFLOG_F_COPY_LEN;
-- 
2.34.1


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

* Re: [iptables PATCH] extensions: libxt_NFLOG: fix typo
  2022-01-20 10:54 [iptables PATCH] extensions: libxt_NFLOG: fix typo Jeremy Sowden
@ 2022-01-20 10:57 ` Florian Westphal
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Westphal @ 2022-01-20 10:57 UTC (permalink / raw)
  To: Jeremy Sowden; +Cc: Netfilter Devel

Jeremy Sowden <jeremy@azazel.net> wrote:
> The deprecation warning for `--nflog-range` contains a spelling mistake.
> Fix it.

applied, thanks.

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

end of thread, other threads:[~2022-01-20 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-20 10:54 [iptables PATCH] extensions: libxt_NFLOG: fix typo Jeremy Sowden
2022-01-20 10:57 ` Florian Westphal

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).