BIND 10 trac2582, updated. 980d715bc1b4b6dc592ac6c8e7bdedf4cf528f6c [2582] Minor editorial updates

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 18 09:48:06 UTC 2013


The branch, trac2582 has been updated
       via  980d715bc1b4b6dc592ac6c8e7bdedf4cf528f6c (commit)
      from  b0a6e5fff9ad673e6ba6a55797ab08b1349ecd8f (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 980d715bc1b4b6dc592ac6c8e7bdedf4cf528f6c
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Jan 18 10:37:33 2013 +0100

    [2582] Minor editorial updates

-----------------------------------------------------------------------

Summary of changes:
 src/bin/msgq/msgq.py.in        |    4 ++--
 src/bin/msgq/msgq_messages.mes |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in
index c163212..edca400 100755
--- a/src/bin/msgq/msgq.py.in
+++ b/src/bin/msgq/msgq.py.in
@@ -201,7 +201,7 @@ class MsgQ:
     def wait_cfgmgr(self):
         """Wait for msgq to subscribe.
 
-           When this returs, the config manager is either subscribed, or
+           When this returns, the config manager is either subscribed, or
            msgq gave up waiting for it. Success is signified by the return
            value.
         """
@@ -219,7 +219,7 @@ class MsgQ:
             self.poller = select.poll()
 
     def add_kqueue_socket(self, socket, write_filter=False):
-        """Add a kquque filter for a socket.  By default the read
+        """Add a kqueue filter for a socket.  By default the read
         filter is used; if write_filter is set to True, the write
         filter is used.  We use a boolean value instead of a specific
         filter constant, because kqueue filter values do not seem to
diff --git a/src/bin/msgq/msgq_messages.mes b/src/bin/msgq/msgq_messages.mes
index b88486b..75e4227 100644
--- a/src/bin/msgq/msgq_messages.mes
+++ b/src/bin/msgq/msgq_messages.mes
@@ -31,8 +31,8 @@ The message queue received a command from other module, but it doesn't
 recognize it. This is probably either a coding error or inconsistency between
 the message queue version and version of the module.
 
-% MSGQ_CONFIG_DATA Received configuration for the msgq: %1
-Debug message. The message queue received a configuration, handling it.
+% MSGQ_CONFIG_DATA Received configuration update for the msgq: %1
+Debug message. The message queue received a configuration update, handling it.
 
 % MSGQ_HDR_DECODE_ERR Error decoding header received from socket %1: %2
 The socket with mentioned file descriptor sent a packet. However, it was not



More information about the bind10-changes mailing list