summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
"""