Browse Source

[2380] grammar fix in a comment line.

JINMEI Tatuya 12 years ago
parent
commit
70e63e4b4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/loadzone/loadzone.py.in

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

@@ -262,7 +262,7 @@ class LoadZoneRunner:
             if self.__interrupted:
                 raise LoadFailure('loading interrupted by signal')
 
-            # On successfully completion, add final '\n' to the progress
+            # On successful completion, add final '\n' to the progress
             # report output (on failure don't bother to make it prettier).
             if (self._report_interval > 0 and
                 self.__loaded_rrs >= self._report_interval):