]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
extensions: libxt_NFLOG: fix typo
authorJeremy Sowden <jeremy@azazel.net>
Thu, 20 Jan 2022 10:54:05 +0000 (10:54 +0000)
committerFlorian Westphal <fw@strlen.de>
Thu, 20 Jan 2022 10:56:34 +0000 (11:56 +0100)
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>
extensions/libxt_NFLOG.c

index 6137a68f8cd237bb738f53a32717aae470b7467f..7a12e5aca40fe381a1568600fcb34190ab2084e5 100644 (file)
@@ -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;