From: Phil Sutter Date: Wed, 29 Aug 2018 14:24:52 +0000 (+0200) Subject: py: trivial: Fix typo in comment string X-Git-Tag: v0.9.1~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3103776556dc15850f4857339c81b3c453528726;p=thirdparty%2Fnftables.git py: trivial: Fix typo in comment string Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- 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 """