]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: protocol
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:34:20 +0000 (17:34 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:15 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
contrib/ldnsx/ldnsx.py

index 9c28734b4953b2c354b4a4e6b7cb926b5ef04a91..f2b1e220205aac969f33188c56e9e0d921a01dc3 100644 (file)
@@ -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])