BIND 10 trac2617, updated. b6b57fb469c8a0483c1050ec64dc46b6dfb1b40e [2617] another editorial fix, in a comment.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 31 19:26:25 UTC 2013
The branch, trac2617 has been updated
via b6b57fb469c8a0483c1050ec64dc46b6dfb1b40e (commit)
from 709b6c520e3e86c880655ded5cbe375d29f80aa9 (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 b6b57fb469c8a0483c1050ec64dc46b6dfb1b40e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jan 31 11:26:12 2013 -0800
[2617] another editorial fix, in a comment.
-----------------------------------------------------------------------
Summary of changes:
src/bin/msgq/tests/msgq_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/msgq/tests/msgq_test.py b/src/bin/msgq/tests/msgq_test.py
index 25d74be..1f04e84 100644
--- a/src/bin/msgq/tests/msgq_test.py
+++ b/src/bin/msgq/tests/msgq_test.py
@@ -719,7 +719,7 @@ class SocketTests(unittest.TestCase):
# if socket.recv() returns empty data, the result depends on whether
# there's any preceding data; in the second case below, at least
# 6 bytes of data will be expected, and the second call to our faked
- # recv() returns empty data. In that case it will logged as error.
+ # recv() returns empty data. In that case it will be logged as error.
for recv_data in [b'', b'short']:
self.__sock.recv_result = recv_data
self.__killed_socket = None
More information about the bind10-changes
mailing list