]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix typos
authorBob Halley <halley@dnspython.org>
Mon, 30 Mar 2009 20:41:55 +0000 (20:41 +0000)
committerBob Halley <halley@dnspython.org>
Mon, 30 Mar 2009 20:41:55 +0000 (20:41 +0000)
ChangeLog

index ffd8444e6e036abd78d8a3822933e15d3a656d46..32f2c8cd9884eb82b450604632f1d6cc9b6f2e6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * dns/tsig.py: Raise an exception when the peer has set a non-zero
          TSIG error.
 
-2007-11-25  Bob Halley  <halley@dnspython.org
+2007-11-25  Bob Halley  <halley@dnspython.org>
 
        * (Version 1.6.0 released)
 
-2007-11-25  Bob Halley  <halley@dnspython.org
+2007-11-25  Bob Halley  <halley@dnspython.org>
 
        * dns/query.py (_wait_for): if select() raises an exception due to
          EINTR, we should just select() again.