summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2009-03-30 20:41:55 +0000
committerBob Halley <halley@dnspython.org>2009-03-30 20:41:55 +0000
commita90dcee4134aae76cb4d68b7fa37eb4f9dd3b65b (patch)
tree63d19da4aa29712a6d594a4bc9d25b17f6d6c338 /ChangeLog
parent12a581ce6e596607f6c111ed4f9d5917cd40750b (diff)
downloaddnspython-a90dcee4134aae76cb4d68b7fa37eb4f9dd3b65b.tar.gz
fix typos
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ffd8444..32f2c8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,11 +24,11 @@
* 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.