[svn] commit: r3308 - /trunk/src/bin/zonemgr/zonemgr.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 21 14:09:10 UTC 2010
Author: jreed
Date: Thu Oct 21 14:09:10 2010
New Revision: 3308
Log:
Minor grammar fix. Committing this without review.
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 Thu Oct 21 14:09:10 2010
@@ -479,7 +479,7 @@
# jitter should not be bigger than half of the original value
if config_data.get('jitter_scope') > 0.5:
config_data['jitter_scope'] = 0.5
- log_msg("[b10-zonemgr] jitter_scope is too bigger, its value will "
+ log_msg("[b10-zonemgr] jitter_scope is too big, its value will "
"be set to 0.5")
def _parse_cmd_params(self, args, command):
More information about the bind10-changes
mailing list