Signed-off-by: Phil Sutter <[email protected]>
---
py/nftables.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
"""
--
2.18.0