From: Josh Soref Date: Sun, 13 Jun 2021 21:31:44 +0000 (-0400) Subject: spelling: achieve X-Git-Tag: 1.8.0-rc.1~25^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d9735310258a68a66aff7de49874bb0e7556ca;p=thirdparty%2Fldns.git spelling: achieve Signed-off-by: Josh Soref --- diff --git a/contrib/ldnsx/ldnsx.py b/contrib/ldnsx/ldnsx.py index 2703fd48..357a97dd 100644 --- a/contrib/ldnsx/ldnsx.py +++ b/contrib/ldnsx/ldnsx.py @@ -238,7 +238,7 @@ class resolver: * rr_type -- the record type to query for * rr_class -- the class to query for, defaults to IN (Internet) * flags -- the flags to send the query with - * tries -- the number of times to attempt to acheive query in case of packet loss, etc + * tries -- the number of times to attempt to achieve query in case of packet loss, etc **Examples**