summaryrefslogtreecommitdiffstats
path: root/py/nftables.py
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-08-29 16:24:52 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-08-30 12:19:36 +0200
commit3103776556dc15850f4857339c81b3c453528726 (patch)
tree1a1c77cd0fe09e51f581a0f7fcda963fe39ce14c /py/nftables.py
parent49e0f1dc6e52e791f5e0ba21097aea17d5950d38 (diff)
py: trivial: Fix typo in comment string
Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'py/nftables.py')
-rw-r--r--py/nftables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/nftables.py b/py/nftables.py
index e725c564..d85bbb2f 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
"""