"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>
____
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*,