BIND 10 master, updated. 12c48d424f606311428eaf1029b6d25b62094fa0 [master] fix three misspelling typos

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Dec 9 15:53:03 UTC 2013


The branch, master has been updated
       via  12c48d424f606311428eaf1029b6d25b62094fa0 (commit)
       via  68d52986f180fa8574dc853febfa4a21fcec3569 (commit)
      from  833deb1fced98bc568ab238a8e4f6f876ca97283 (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 12c48d424f606311428eaf1029b6d25b62094fa0
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Mon Dec 9 09:45:50 2013 -0600

    [master] fix three misspelling typos

commit 68d52986f180fa8574dc853febfa4a21fcec3569
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Mon Dec 9 09:41:43 2013 -0600

    [master] fix misspelling typo in comment

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

Summary of changes:
 src/bin/d2/d2_messages.mes |    6 +++---
 src/bin/dhcp4/dhcp4_srv.cc |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_messages.mes b/src/bin/d2/d2_messages.mes
index 62ffd08..c0370ea 100644
--- a/src/bin/d2/d2_messages.mes
+++ b/src/bin/d2/d2_messages.mes
@@ -138,7 +138,7 @@ error while decoding a response to DNS Update message. Typically, this error
 will be encountered when a response message is malformed.
 
 % DHCP_DDNS_NO_ELIGIBLE_JOBS although there are queued requests, there are pending transactions for each Queue count: %1  Transaction count: %2
-This is a debug messge issued when all of the queued requests represent clients
+This is a debug message issued when all of the queued requests represent clients
 for which there is a an update already in progress.  This may occur under
 normal operations but should be temporary situation.
 
@@ -325,13 +325,13 @@ message but the attempt to send it suffered a unexpected error. This is most
 likely a programmatic error, rather than a communications issue. Some or all
 of the DNS updates requested as part of this request did not succeed.
 
-% DHCP_DDNS_FORWARD_ADD_BUILD_FAILURE A DNS udpate message to add a forward DNS entry could not be constructed for this request: %1, reason: %2
+% DHCP_DDNS_FORWARD_ADD_BUILD_FAILURE A DNS update message to add a forward DNS entry could not be constructed for this request: %1, reason: %2
 This is an error message issued when an error occurs attempting to construct
 the server bound packet requesting a forward address addition.  This is due
 to invalid data contained in the NameChangeRequest. The request will be aborted.
 This is most likely a configuration issue.
 
-% DHCP_DDNS_FORWARD_REPLACE_BUILD_FAILURE A DNS update message to replace a foward DNS entry could not be constructed from this request: %1, reason: %2
+% DHCP_DDNS_FORWARD_REPLACE_BUILD_FAILURE A DNS update message to replace a forward DNS entry could not be constructed from this request: %1, reason: %2
 This is an error message issued when an error occurs attempting to construct
 the server bound packet requesting a forward address replacement.  This is
 due to invalid data contained in the NameChangeRequest. The request will be
diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc
index e3509e4..329d604 100644
--- a/src/bin/dhcp4/dhcp4_srv.cc
+++ b/src/bin/dhcp4/dhcp4_srv.cc
@@ -873,10 +873,10 @@ Dhcpv4Srv::processClientFqdnOption(const Option4ClientFqdnPtr& fqdn,
     // perform DNS updates:
     // 1. Updates are globally disabled,
     // 2. Client requested no update and server respects it,
-    // 3. Client requested that the foward DNS update is delegated to the client
-    //    but server neither respects requests for forward update delegation nor
-    //    it is configured to send update on its own when client requested
-    //    delegation.
+    // 3. Client requested that the forward DNS update is delegated to the
+    //    client but server neither respects requests for forward update
+    //    delegation nor it is configured to send update on its own when
+    //    client requested delegation.
     if (!FQDN_ENABLE_UPDATE ||
         (fqdn->getFlag(Option4ClientFqdn::FLAG_N) &&
          !FQDN_OVERRIDE_NO_UPDATE) ||



More information about the bind10-changes mailing list