BIND 10 trac1165, updated. 44a44c0b568dc997e7522292212e0ef02b522f3d [1165] Corrected typos and grammatical errors.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Sep 28 16:29:27 UTC 2011
The branch, trac1165 has been updated
via 44a44c0b568dc997e7522292212e0ef02b522f3d (commit)
from 40cd22fc64c7755efe60cd42cb12851cf3de55a4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 44a44c0b568dc997e7522292212e0ef02b522f3d
Author: Stephen Morris <stephen at isc.org>
Date: Wed Sep 28 17:28:19 2011 +0100
[1165] Corrected typos and grammatical errors.
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/xfrout.py.in | 2 +-
src/bin/xfrout/xfrout_messages.mes | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/xfrout.py.in b/src/bin/xfrout/xfrout.py.in
index d3d385f..8049e29 100755
--- a/src/bin/xfrout/xfrout.py.in
+++ b/src/bin/xfrout/xfrout.py.in
@@ -630,7 +630,7 @@ class UnixSockServer(socketserver_mixin.NoPollMixIn,
# reject duplicate config
if config_key in new_config:
- raise XfroutConfigError('Duplicaet zone_config for ' +
+ raise XfroutConfigError('Duplicate zone_config for ' +
str(zorigin) + '/' + str(zclass))
# create a new config entry, build any given (and known) config
diff --git a/src/bin/xfrout/xfrout_messages.mes b/src/bin/xfrout/xfrout_messages.mes
index c2d3c7f..b2e432c 100644
--- a/src/bin/xfrout/xfrout_messages.mes
+++ b/src/bin/xfrout/xfrout_messages.mes
@@ -47,16 +47,16 @@ a valid TSIG key.
There was a problem reading from the command and control channel. The
most likely cause is that the msgq daemon is not running.
-% XFROUT_MODULECC_SESSION_ERROR error from module config/command module: %1
+% XFROUT_MODULECC_SESSION_ERROR error encountered by configuration/command module: %1
There was a problem in the lower level module handling configuration and
control commands. This could happen for various reasons, but the most likely
cause is that the configuration database contains a syntax error and xfrout
-fails to start at initialization. Details error message from the module
+failed to start at initialization. A detailed error message from the module
will also be displayed.
% XFROUT_CONFIG_ERROR error found in configuration data: %1
-The xfrout process encoutered an error in installing configuration at
-startup time. Error details are included in the log message.
+The xfrout process encountered an error when installing the configuration at
+startup time. Details of the error are included in the log message.
% XFROUT_CC_SESSION_TIMEOUT_ERROR timeout waiting for cc response
There was a problem reading a response from another module over the
More information about the bind10-changes
mailing list