From 50220b0a79a3e564d179b84f55bdba78850783ad Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 17 Jun 2020 13:07:13 -0700 Subject: [PATCH] Fix typo. --- dns/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/message.py b/dns/message.py index ecec7a7d..85788d84 100644 --- a/dns/message.py +++ b/dns/message.py @@ -826,7 +826,7 @@ def from_wire(wire, keyring=None, request_mac=b'', xfr=False, origin=None, Raises ``dns.message.ShortHeader`` if the message is less than 12 octets long. - Raises ``dns.messaage.TrailingJunk`` if there were octets in the message + Raises ``dns.message.TrailingJunk`` if there were octets in the message past the end of the proper DNS message, and *ignore_trailing* is ``False``. Raises ``dns.message.BadEDNS`` if an OPT record was in the -- 2.47.3