BIND 10 trac747, updated. 03d707719016e3d3a6d98b3fb9eb786c90df69ec [trac747] Typo corrected and minor changes of phrasing

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jul 4 09:33:51 UTC 2011


The branch, trac747 has been updated
       via  03d707719016e3d3a6d98b3fb9eb786c90df69ec (commit)
      from  f5ae2264a57664aa6ab307865db72f1f740b80c7 (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 03d707719016e3d3a6d98b3fb9eb786c90df69ec
Author: Stephen Morris <stephen at isc.org>
Date:   Mon Jul 4 10:33:25 2011 +0100

    [trac747] Typo corrected and minor changes of phrasing

-----------------------------------------------------------------------

Summary of changes:
 src/lib/server_common/server_common_messages.mes |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/server_common/server_common_messages.mes b/src/lib/server_common/server_common_messages.mes
index b85fa13..5fbbb0b 100644
--- a/src/lib/server_common/server_common_messages.mes
+++ b/src/lib/server_common/server_common_messages.mes
@@ -24,7 +24,7 @@ IP address - port pairs isn't a list at all but something else.
 The server failed to bind to one of the address/port pair it should according
 to configuration, for reason listed in the message (usually because that pair
 is already used by other service or missing privileges). The server will try
-to recover and bind the address/port pairs it was listening before, if any.
+to recover and bind the address/port pairs it was listening to before (if any).
 
 % SRVCOMM_ADDRESS_MISSING address specification is missing "address" or "port" element in %1
 This points to an error in configuration. An address specification in the
@@ -54,7 +54,7 @@ per pair). This appears only after SRVCOMM_SET_LISTEN, but might
 be hidden, as it has higher debug level.
 
 % SRVCOMM_KEYS_DEINIT deinitializing TSIG keyring
-Debug message indicating that the server is deinilizing the TSIG keyring.
+Debug message indicating that the server is deinitializing the TSIG keyring.
 
 % SRVCOMM_KEYS_INIT initializing TSIG keyring
 Debug message indicating that the server is initializing the global TSIG
@@ -65,8 +65,8 @@ Debug message indicating new keyring is being loaded from configuration (either
 on startup or as a result of configuration update).
 
 % SRVCOMM_PORT_RANGE port out of valid range (%1 in %2)
-This points to an error in configuration. The port in some address
-specification is out of the valid range (0-65535).
+This points to an error in configuration. The port in an address
+specification is outside the valid range of 0 to 65535.
 
 % SRVCOMM_SET_LISTEN setting addresses to listen to
 Debug message, noting that the server is about to start listening on a




More information about the bind10-changes mailing list