]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
py: trivial: Fix typo in comment string
authorPhil Sutter <phil@nwl.cc>
Wed, 29 Aug 2018 14:24:52 +0000 (16:24 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 30 Aug 2018 10:19:36 +0000 (12:19 +0200)
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
py/nftables.py

index e725c564f9bd6283e88f86421906d1b69c65d432..d85bbb2ffeedac1b03f6c30df611e358fd06d633 100644 (file)
@@ -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
         """