summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2022-01-20 10:54:05 +0000
committerFlorian Westphal <fw@strlen.de>2022-01-20 11:56:34 +0100
commitea5d45dc23a4529a2a45c59ac6c13b61297c789e (patch)
tree5b6260c821e3a978593823c17f01ef0a02416169
parent26ecdf53960658771c0fc582f72a4025e2887f75 (diff)
extensions: libxt_NFLOG: fix typo
The deprecation warning for `--nflog-range` contains a spelling mistake. Fix it. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Florian Westphal <fw@strlen.de>
-rw-r--r--extensions/libxt_NFLOG.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_NFLOG.c b/extensions/libxt_NFLOG.c
index 6137a68f..7a12e5ac 100644
--- a/extensions/libxt_NFLOG.c
+++ b/extensions/libxt_NFLOG.c
@@ -74,7 +74,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;