[svn] commit: r3289 - /branches/trac352/src/lib/python/isc/utils/serve_mixin.py

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 20 03:13:22 UTC 2010


Author: jinmei
Date: Wed Oct 20 03:13:22 2010
New Revision: 3289

Log:
fixed a typo

Modified:
    branches/trac352/src/lib/python/isc/utils/serve_mixin.py

Modified: branches/trac352/src/lib/python/isc/utils/serve_mixin.py
==============================================================================
--- branches/trac352/src/lib/python/isc/utils/serve_mixin.py (original)
+++ branches/trac352/src/lib/python/isc/utils/serve_mixin.py Wed Oct 20 03:13:22 2010
@@ -38,7 +38,7 @@
     def serve_forever(self, poll_interval=None):
         ''' Override the serve_forever([poll_interval]) in class
         socketserver.TCPServer by using the socketpair to wake up
-        instead of pulling.
+        instead of polling.
           Note, parameter 'poll_interval' is just used to keep the
         interface, it's never used in this function.
         '''        




More information about the bind10-changes mailing list