diff mbox

[nft] man: Fix typo.

Message ID 20170806111421.5754-1-rvarsha016@gmail.com
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Varsha Rao Aug. 6, 2017, 11:14 a.m. UTC
The word 'occur' is misspelled as 'ocurr'. This patch fixes it.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
 doc/nft.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pablo Neira Ayuso Aug. 14, 2017, 9:42 a.m. UTC | #1
On Sun, Aug 06, 2017 at 04:44:21PM +0530, Varsha Rao wrote:
> The word 'occur' is misspelled as 'ocurr'. This patch fixes it.

Also applied.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/doc/nft.xml b/doc/nft.xml
index 4d03a3d..8ffa5b3 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -4381,7 +4381,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>