]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: fix typo in man-page master
authorJeremy Sowden <jeremy@azazel.net>
Sat, 6 Dec 2025 21:53:36 +0000 (21:53 +0000)
committerFlorian Westphal <fw@strlen.de>
Sat, 6 Dec 2025 22:23:15 +0000 (23:23 +0100)
"interally" -> "internally"

Fixes: f34381547094 ("doc: minor improvements the `reject` statement")
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
doc/statements.txt

index 0b14398117de6a307428a5eaeed9d4c5809241e9..8f96bf6b84fa15c1e4ffb0b85f1e32ec62febee8 100644 (file)
@@ -203,7 +203,7 @@ ____
 ____
 
 A reject statement tries to send back an error packet in response to the matched
-packet and then interally issues a *drop* verdict.
+packet and then internally issues a *drop* verdict.
 It’s thus a terminating statement with all consequences of the latter (see
 <<OVERALL_EVALUATION_OF_THE_RULESET>> respectively <<VERDICT_STATEMENTS>>).
 This statement is only valid in base chains using the *prerouting*, *input*,