From: JINMEI Tatuya Date: Thu, 31 Jan 2013 19:26:12 +0000 (-0800) Subject: [2617] another editorial fix, in a comment. X-Git-Tag: bind10-1.0.0-rc-release~37^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b57fb469c8a0483c1050ec64dc46b6dfb1b40e;p=thirdparty%2Fkea.git [2617] another editorial fix, in a comment. --- diff --git a/src/bin/msgq/tests/msgq_test.py b/src/bin/msgq/tests/msgq_test.py index 25d74beb24..1f04e8496b 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