From: Varsha Rao Date: Sun, 6 Aug 2017 11:14:21 +0000 (+0530) Subject: man: Fix typo. X-Git-Tag: v0.8~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02eb1baf67e98425fbb2491f0ceb33d2e548fc5d;p=thirdparty%2Fnftables.git man: Fix typo. The word 'occur' is misspelled as 'ocurr'. This patch fixes it. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- 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 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.