]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2617] another editorial fix, in a comment.
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 31 Jan 2013 19:26:12 +0000 (11:26 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 31 Jan 2013 19:26:12 +0000 (11:26 -0800)
src/bin/msgq/tests/msgq_test.py

index 25d74beb24033c20400e3c6de0ad3ffc21c526fc..1f04e8496b78f961f444c37b6483f57b096d5c3b 100644 (file)
@@ -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