summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-monitor.8.in
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2023-12-11 14:08:48 +0000
committerPhil Sutter <phil@nwl.cc>2023-12-12 11:54:44 +0100
commit73639a4f7af200c30d2f716a9956156800737165 (patch)
treefc49022391656abcc94529a0e8daab682de6bb71 /iptables/xtables-monitor.8.in
parent58d364c7120b515d80482c99586dd815653be59c (diff)
Fix spelling mistakes
Corrections for several spelling mistakes, typo's and non-native usages in man-pages and error-messages. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/xtables-monitor.8.in')
-rw-r--r--iptables/xtables-monitor.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/xtables-monitor.8.in b/iptables/xtables-monitor.8.in
index a7f22c0d..ed2c5fb4 100644
--- a/iptables/xtables-monitor.8.in
+++ b/iptables/xtables-monitor.8.in
@@ -43,7 +43,7 @@ Restrict output to IPv6.
.PP
The first line shows a packet entering rule set evaluation.
The protocol number is shown (AF_INET in this case), then a packet
-identifier number that allows to correlate messages coming from rule set evaluation of
+identifier number that allows one to correlate messages coming from rule set evaluation of
this packet. After this, the rule that was matched by the packet is shown.
This is the TRACE rule that turns on tracing events for this packet.