[svn] commit: r848 - /trunk/src/bin/msgq/msgq.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 17 17:08:25 UTC 2010
Author: jreed
Date: Wed Feb 17 17:08:25 2010
New Revision: 848
Log:
Fix typo in docstring.
Remove "above" from a docstring as some aren't really "above".
Modified:
trunk/src/bin/msgq/msgq.py.in
Modified: trunk/src/bin/msgq/msgq.py.in
==============================================================================
--- trunk/src/bin/msgq/msgq.py.in (original)
+++ trunk/src/bin/msgq/msgq.py.in Wed Feb 17 17:08:25 2010
@@ -215,7 +215,7 @@
def process_command(self, fd, sock, routing, data):
"""Process a single command. This will split out into one of the
- other functions, above."""
+ other functions."""
print("[XX] got command: ")
print(routing)
cmd = routing["type"]
@@ -251,7 +251,7 @@
sock.send(msg)
def newlname(self):
- """Generate a unique conenction identifier for this socket.
+ """Generate a unique connection identifier for this socket.
This is done by using an increasing counter and the current
time."""
self.connection_counter += 1
More information about the bind10-changes
mailing list