[svn] commit: r1639 - /trunk/src/bin/xfrout/xfrout.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 24 07:24:15 UTC 2010
Author: zhanglikun
Date: Wed Mar 24 07:24:15 2010
New Revision: 1639
Log:
Fix function doc string error found by Jeremy.
Modified:
trunk/src/bin/xfrout/xfrout.py.in
Modified: trunk/src/bin/xfrout/xfrout.py.in
==============================================================================
--- trunk/src/bin/xfrout/xfrout.py.in (original)
+++ trunk/src/bin/xfrout/xfrout.py.in Wed Mar 24 07:24:15 2010
@@ -352,7 +352,7 @@
def shutdown(self):
- ''' shutdown the xfrin process. the thread which is doing xfrin should be
+ ''' shutdown the xfrout process. The thread which is doing zone transfer-out should be
terminated.
'''
self._shutdown_event.set()
More information about the bind10-changes
mailing list