Browse Source

Typo fix

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3489 e5f2f494-b856-4b98-b285-d166d9295462
Michal Vaner 14 years ago
parent
commit
f38707f7ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/zonemgr/zonemgr.py.in

+ 1 - 1
src/bin/zonemgr/zonemgr.py.in

@@ -327,7 +327,7 @@ class ZonemgrRefresh:
         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()