summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2017-08-06 16:44:21 +0530
committerPablo Neira Ayuso <pablo@netfilter.org>2017-08-14 11:41:38 +0200
commit02eb1baf67e98425fbb2491f0ceb33d2e548fc5d (patch)
treebbc2dd13b8dbd84c1bcb1cbd6f40d423365e8704
parent07b45939972eb81c3c3db21c8589b51a62f4843a (diff)
man: Fix typo.
The word 'occur' is misspelled as 'ocurr'. This patch fixes it. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--doc/nft.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nft.xml b/doc/nft.xml
index ec56ceae..734f371a 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -4952,7 +4952,7 @@ add rule nat prerouting tcp dport 22 redirect to :2222
<para>
The monitor command allows you to listen to Netlink events produced
by the nf_tables subsystem, related to creation and deletion of objects.
- When they ocurr, nft will print to stdout the monitored events in either
+ When they occur, nft will print to stdout the monitored events in either
XML, JSON or native nft format.
</para>
<para>