From: Josh Soref Date: Sun, 13 Jun 2021 21:34:20 +0000 (-0400) Subject: spelling: protocol X-Git-Tag: 1.8.0-rc.1~25^2~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2823dc44843a78568bb92a5922dc5f5a65bffe78;p=thirdparty%2Fldns.git spelling: protocol Signed-off-by: Josh Soref --- diff --git a/contrib/ldnsx/ldnsx.py b/contrib/ldnsx/ldnsx.py index 9c28734b..f2b1e220 100644 --- a/contrib/ldnsx/ldnsx.py +++ b/contrib/ldnsx/ldnsx.py @@ -823,7 +823,7 @@ class resource_record: return -1 def protocol(self): - """ Returns proticol of the DNSKEY""" + """ Returns protocol of the DNSKEY""" t = self.rr_type() if t == "DNSKEY": return int(self[5])