]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix typo
authorBob Halley <halley@dnspython.org>
Thu, 30 May 2013 09:27:58 +0000 (10:27 +0100)
committerBob Halley <halley@dnspython.org>
Thu, 30 May 2013 09:27:58 +0000 (10:27 +0100)
dns/renderer.py

index 86e2c37f57a3d1a89956f28d5dfc00fd313fef30..cd37117129ef66bcfccd7400915f54e31ee75c05 100644 (file)
@@ -305,7 +305,7 @@ class Renderer(object):
     def write_header(self):
         """Write the DNS message header.
 
-        Writing the DNS message header is done asfter all sections
+        Writing the DNS message header is done after all sections
         have been rendered, but before the optional TSIG signature
         is added.
         """