BIND 10 trac3274, updated. 689945c67511e3010efccfeda391d663d446efa0 [3274] Fixed two typos.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 10 11:46:58 UTC 2014


The branch, trac3274 has been updated
       via  689945c67511e3010efccfeda391d663d446efa0 (commit)
      from  d8683cbfed08e4bdb0716d6576f8bc7e2e8a3c83 (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 689945c67511e3010efccfeda391d663d446efa0
Author: Marcin Siodelski <marcin at isc.org>
Date:   Mon Feb 10 12:46:50 2014 +0100

    [3274] Fixed two typos.

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

Summary of changes:
 src/lib/dhcpsrv/dhcp_parsers.cc |    2 +-
 src/lib/dhcpsrv/dhcp_parsers.h  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/dhcp_parsers.cc b/src/lib/dhcpsrv/dhcp_parsers.cc
index 694d616..3cc1623 100644
--- a/src/lib/dhcpsrv/dhcp_parsers.cc
+++ b/src/lib/dhcpsrv/dhcp_parsers.cc
@@ -846,7 +846,7 @@ RelayInfoParser::build(ConstElementPtr relay_info) {
     if ( (ip->isV4() && family_ != Option::V4) ||
          (ip->isV6() && family_ != Option::V6) ) {
         isc_throw(DhcpConfigError, "ip-address field " << ip->toText()
-                  << "does not have IP address of expected family type:"
+                  << "does not have IP address of expected family type: "
                   << (family_ == Option::V4?"IPv4":"IPv6"));
     }
 
diff --git a/src/lib/dhcpsrv/dhcp_parsers.h b/src/lib/dhcpsrv/dhcp_parsers.h
index a48cbed..9f0ff8a 100644
--- a/src/lib/dhcpsrv/dhcp_parsers.h
+++ b/src/lib/dhcpsrv/dhcp_parsers.h
@@ -774,7 +774,7 @@ public:
                     const isc::dhcp::Option::Universe family);
 
     /// @brief parses the actual relay parameters
-    /// @param relay_info JSON strcture holding relay parameters to parse
+    /// @param relay_info JSON structure holding relay parameters to parse
     virtual void build(isc::data::ConstElementPtr relay_info);
 
     /// @brief stores parsed info in relay_info



More information about the bind10-changes mailing list