From: JINMEI Tatuya Date: Tue, 18 Dec 2012 21:41:14 +0000 (-0800) Subject: [2380] grammar fix in a comment line. X-Git-Tag: bind10-1.0.0-beta-release~9^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70e63e4b4fb5544ca2c8b9ced0100dd73712e847;p=thirdparty%2Fkea.git [2380] grammar fix in a comment line. --- diff --git a/src/bin/loadzone/loadzone.py.in b/src/bin/loadzone/loadzone.py.in index 525ff31df5..1a096f2dcc 100755 --- a/src/bin/loadzone/loadzone.py.in +++ b/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):