]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2380] grammar fix in a comment line.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 18 Dec 2012 21:41:14 +0000 (13:41 -0800)
committerJelte Jansen <jelte@isc.org>
Wed, 19 Dec 2012 09:55:04 +0000 (10:55 +0100)
src/bin/loadzone/loadzone.py.in

index 525ff31df5a0e7fcf2a4a2d99bf72a26d727c7b9..1a096f2dcc929a89ba1b1d2688bbc98897a2e486 100755 (executable)
@@ -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):