Browse Source

[master] various minor fixes: grammar, spelling, punctuation, case

Jeremy C. Reed 13 years ago
parent
commit
fc33ec0a47

+ 2 - 2
src/bin/auth/auth_messages.mes

@@ -141,8 +141,8 @@ encountered an internal error whilst processing a received packet:
 the cause of the error is included in the message.
 the cause of the error is included in the message.
 
 
 The server will return a SERVFAIL error code to the sender of the packet.
 The server will return a SERVFAIL error code to the sender of the packet.
-However, this message indicates a potential error in the server.
-Please open a bug ticket for this issue.
+This message indicates a potential error in the server.  Please open a
+bug ticket for this issue.
 
 
 % AUTH_RECEIVED_COMMAND command '%1' received
 % AUTH_RECEIVED_COMMAND command '%1' received
 This is a debug message issued when the authoritative server has received
 This is a debug message issued when the authoritative server has received

+ 1 - 1
src/bin/bind10/bind10_messages.mes

@@ -122,7 +122,7 @@ The boss requested a socket from the creator, but the answer is unknown. This
 looks like a programmer error.
 looks like a programmer error.
 
 
 % BIND10_SOCKCREATOR_CRASHED the socket creator crashed
 % BIND10_SOCKCREATOR_CRASHED the socket creator crashed
-The socket creator terminated unexpectadly. It is not possible to restart it
+The socket creator terminated unexpectedly. It is not possible to restart it
 (because the boss already gave up root privileges), so the system is going
 (because the boss already gave up root privileges), so the system is going
 to terminate.
 to terminate.
 
 

+ 1 - 1
src/bin/cmdctl/cmdctl_messages.mes

@@ -69,7 +69,7 @@ There was a keyboard interrupt signal to stop the cmdctl daemon. The
 daemon will now shut down.
 daemon will now shut down.
 
 
 % CMDCTL_UNCAUGHT_EXCEPTION uncaught exception: %1
 % CMDCTL_UNCAUGHT_EXCEPTION uncaught exception: %1
-The b10-cdmctl daemon encountered an uncaught exception and
+The b10-cmdctl daemon encountered an uncaught exception and
 will now shut down. This is indicative of a programming error and
 will now shut down. This is indicative of a programming error and
 should not happen under normal circumstances. The exception message
 should not happen under normal circumstances. The exception message
 is printed.
 is printed.

+ 2 - 2
src/bin/resolver/resolver_messages.mes

@@ -78,7 +78,7 @@ specified, it will appear once for each address.
 % RESOLVER_FORWARD_QUERY processing forward query
 % RESOLVER_FORWARD_QUERY processing forward query
 This is a debug message indicating that a query received by the resolver
 This is a debug message indicating that a query received by the resolver
 has passed a set of checks (message is well-formed, it is allowed by the
 has passed a set of checks (message is well-formed, it is allowed by the
-ACL, it is a supported opcode etc.) and is being forwarded to upstream
+ACL, it is a supported opcode, etc.) and is being forwarded to upstream
 servers.
 servers.
 
 
 % RESOLVER_HEADER_ERROR message received, exception when processing header: %1
 % RESOLVER_HEADER_ERROR message received, exception when processing header: %1
@@ -116,7 +116,7 @@ so is returning a REFUSED response to the sender.
 % RESOLVER_NORMAL_QUERY processing normal query
 % RESOLVER_NORMAL_QUERY processing normal query
 This is a debug message indicating that the query received by the resolver
 This is a debug message indicating that the query received by the resolver
 has passed a set of checks (message is well-formed, it is allowed by the
 has passed a set of checks (message is well-formed, it is allowed by the
-ACL, it is a supported opcode etc.) and is being processed the resolver.
+ACL, it is a supported opcode, etc.) and is being processed by the resolver.
 
 
 % RESOLVER_NOTIFY_RECEIVED NOTIFY arrived but server is not authoritative
 % RESOLVER_NOTIFY_RECEIVED NOTIFY arrived but server is not authoritative
 The resolver has received a NOTIFY message.  As the server is not
 The resolver has received a NOTIFY message.  As the server is not

+ 6 - 6
src/bin/stats/stats_httpd_messages.mes

@@ -49,14 +49,14 @@ An unknown command has been sent to the stats-httpd module. The
 stats-httpd module will respond with an error, and the command will
 stats-httpd module will respond with an error, and the command will
 be ignored.
 be ignored.
 
 
-% STATHTTPD_SERVER_ERROR http server error: %1
-An internal error occurred while handling an http request. A HTTP 500
+% STATHTTPD_SERVER_ERROR HTTP server error: %1
+An internal error occurred while handling an HTTP request. An HTTP 500
 response will be sent back, and the specific error is printed. This
 response will be sent back, and the specific error is printed. This
 is an error condition that likely points to a module that is not
 is an error condition that likely points to a module that is not
 responding correctly to statistic requests.
 responding correctly to statistic requests.
 
 
-% STATHTTPD_SERVER_INIT_ERROR http server initialization error: %1
-There was a problem initializing the http server in the stats-httpd
+% STATHTTPD_SERVER_INIT_ERROR HTTP server initialization error: %1
+There was a problem initializing the HTTP server in the stats-httpd
 module upon receiving its configuration data. The most likely cause
 module upon receiving its configuration data. The most likely cause
 is a port binding problem or a bad configuration value. The specific
 is a port binding problem or a bad configuration value. The specific
 error is printed in the message. The new configuration is ignored,
 error is printed in the message. The new configuration is ignored,
@@ -65,8 +65,8 @@ and an error is sent back.
 % STATHTTPD_SHUTDOWN shutting down
 % STATHTTPD_SHUTDOWN shutting down
 The stats-httpd daemon is shutting down.
 The stats-httpd daemon is shutting down.
 
 
-% STATHTTPD_START_SERVER_INIT_ERROR http server initialization error: %1
-There was a problem initializing the http server in the stats-httpd
+% STATHTTPD_START_SERVER_INIT_ERROR HTTP server initialization error: %1
+There was a problem initializing the HTTP server in the stats-httpd
 module upon startup. The most likely cause is that it was not able
 module upon startup. The most likely cause is that it was not able
 to bind to the listening port. The specific error is printed, and the
 to bind to the listening port. The specific error is printed, and the
 module will shut down.
 module will shut down.

+ 1 - 1
src/bin/xfrout/xfrout_messages.mes

@@ -48,7 +48,7 @@ There was a problem reading from the command and control channel. The
 most likely cause is that the msgq daemon is not running.
 most likely cause is that the msgq daemon is not running.
 
 
 % XFROUT_CC_SESSION_TIMEOUT_ERROR timeout waiting for cc response
 % XFROUT_CC_SESSION_TIMEOUT_ERROR timeout waiting for cc response
-There was a problem reading a response from antoher module over the
+There was a problem reading a response from another module over the
 command and control channel. The most likely cause is that the
 command and control channel. The most likely cause is that the
 configuration manager b10-cfgmgr is not running.
 configuration manager b10-cfgmgr is not running.
 
 

+ 1 - 1
src/bin/zonemgr/zonemgr_messages.mes

@@ -64,7 +64,7 @@ This is a debug message indicating that the zone manager has received a
 NOTIFY command over the command channel.  The command is sent by the Auth
 NOTIFY command over the command channel.  The command is sent by the Auth
 process when it is acting as a slave server for the zone and causes the
 process when it is acting as a slave server for the zone and causes the
 zone manager to record the master server for the zone and start a timer;
 zone manager to record the master server for the zone and start a timer;
-when the time rexpires, the master will be polled to see if it contains
+when the timer expires, the master will be polled to see if it contains
 new data.
 new data.
 
 
 % ZONEMGR_RECEIVE_SHUTDOWN received SHUTDOWN command
 % ZONEMGR_RECEIVE_SHUTDOWN received SHUTDOWN command

+ 3 - 3
src/lib/cc/cc_messages.mes

@@ -53,11 +53,11 @@ Debug message, we're about to send a message over the command channel.
 This happens when garbage comes over the command channel or some kind of
 This happens when garbage comes over the command channel or some kind of
 confusion happens in the program. The data received from the socket make no
 confusion happens in the program. The data received from the socket make no
 sense if we interpret it as lengths of message. The first one is total length
 sense if we interpret it as lengths of message. The first one is total length
-of message, the second length of the header. The header and it's length
-(2 bytes) is counted in the total length.
+of the message; the second is the length of the header. The header
+and its length (2 bytes) is counted in the total length.
 
 
 % CC_LENGTH_NOT_READY length not ready
 % CC_LENGTH_NOT_READY length not ready
-There should be data representing length of message on the socket, but it
+There should be data representing the length of message on the socket, but it
 is not there.
 is not there.
 
 
 % CC_NO_MESSAGE no message ready to be received yet
 % CC_NO_MESSAGE no message ready to be received yet