From 3103776556dc15850f4857339c81b3c453528726 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 29 Aug 2018 16:24:52 +0200 Subject: py: trivial: Fix typo in comment string Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- py/nftables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/nftables.py') 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 """ -- cgit v1.2.3