From: Bob Halley Date: Tue, 29 Jul 2025 13:28:14 +0000 (-0700) Subject: fix spelling X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048a8d09b8d80a51c56e90469ef300bc9f0ea1cb;p=thirdparty%2Fdnspython.git fix spelling --- diff --git a/dns/btreezone.py b/dns/btreezone.py index cd8d4b65..a96b27ea 100644 --- a/dns/btreezone.py +++ b/dns/btreezone.py @@ -7,7 +7,7 @@ # 2) Maintain sort order # 3) Allow delegations to be found easily # 4) Handle glue -# 5) Add Node flags ORIGIN, DELEGATION, and GLUE whenever relevant. The ORIIGN +# 5) Add Node flags ORIGIN, DELEGATION, and GLUE whenever relevant. The ORIGIN # flag is set at the origin node, the DELEGATION FLAG is set at delegation # points, and the GLUE flag is set on nodes beneath delegation points.