[svn] commit: r3489 - /trunk/src/bin/zonemgr/zonemgr.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 8 14:14:05 UTC 2010
Author: vorner
Date: Mon Nov 8 14:14:05 2010
New Revision: 3489
Log:
Typo fix
Modified:
trunk/src/bin/zonemgr/zonemgr.py.in
Modified: trunk/src/bin/zonemgr/zonemgr.py.in
==============================================================================
--- trunk/src/bin/zonemgr/zonemgr.py.in (original)
+++ trunk/src/bin/zonemgr/zonemgr.py.in Mon Nov 8 14:14:05 2010
@@ -327,7 +327,7 @@
while self._running:
# Notify run_timer that we already started and are inside the loop.
# It is set only once, but when it was outside the loop, there was
- # a race condition and _running was could be set false before we
+ # a race condition and _running could be set to false before we
# could enter it
if start_event:
start_event.set()
More information about the bind10-changes
mailing list