BIND 10 trac1454, updated. 0ee2267ab384059dde33817da15395806f45433f [1454] corrected minor typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jan 10 03:59:32 UTC 2012
The branch, trac1454 has been updated
via 0ee2267ab384059dde33817da15395806f45433f (commit)
from 25768c5398397bb271e0da9d8be89f545feb620e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0ee2267ab384059dde33817da15395806f45433f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jan 9 19:59:16 2012 -0800
[1454] corrected minor typo
-----------------------------------------------------------------------
Summary of changes:
src/bin/ddns/ddns.py.in | 2 +-
src/bin/ddns/tests/ddns_test.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/ddns/ddns.py.in b/src/bin/ddns/ddns.py.in
index eb44011..088c710 100755
--- a/src/bin/ddns/ddns.py.in
+++ b/src/bin/ddns/ddns.py.in
@@ -147,7 +147,7 @@ class DDNSServer:
around it that calls it from time to time.
It is called with the request being session as received from
- SocketSessionReceiver, eg. tupple
+ SocketSessionReceiver, eg. tuple
(socket, local_address, remote_address, data).
"""
# TODO: Implement the magic
diff --git a/src/bin/ddns/tests/ddns_test.py b/src/bin/ddns/tests/ddns_test.py
index 0ae1976..e7202b6 100755
--- a/src/bin/ddns/tests/ddns_test.py
+++ b/src/bin/ddns/tests/ddns_test.py
@@ -194,7 +194,7 @@ class TestDDNSServer(unittest.TestCase):
ddns.isc.util.io.socketsession.SocketSessionReceiver = FakeSession
self.assertEqual({}, self.ddns_server._socket_sessions)
self.ddns_server.accept()
- # Now the new session socket receiver is stored in the dict
+ # Now the new socket session receiver is stored in the dict
self.assertEqual([3], list(self.ddns_server._socket_sessions.keys()))
(socket, session) = self.ddns_server._socket_sessions[3]
self.assertTrue(isinstance(socket, FakeSocket))
More information about the bind10-changes
mailing list