diff mbox series

[nft] py: trivial: Fix typo in comment string

Message ID 20180829142452.10231-1-phil@nwl.cc
State Accepted
Delegated to: Pablo Neira
Headers show
Series [nft] py: trivial: Fix typo in comment string | expand

Commit Message

Phil Sutter Aug. 29, 2018, 2:24 p.m. UTC
Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 py/nftables.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pablo Neira Ayuso Aug. 30, 2018, 10:26 a.m. UTC | #1
Applied, thanks.
diff mbox series

Patch

diff --git a/py/nftables.py b/py/nftables.py
index e725c564f9bd6..d85bbb2ffeeda 100644
--- a/py/nftables.py
+++ b/py/nftables.py
@@ -297,7 +297,7 @@  class Nftables:
         Accepts a hash object as input.
 
         Returns a tuple (rc, output, error):
-        rc     -- reutrn code as returned by nft_run_cmd_from_buffer() function
+        rc     -- return code as returned by nft_run_cmd_from_buffer() function
         output -- a hash object containing library standard output
         error  -- a string containing output written to stderr
         """