]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3274] Fixed two typos.
authorMarcin Siodelski <marcin@isc.org>
Mon, 10 Feb 2014 11:46:50 +0000 (12:46 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 10 Feb 2014 11:46:50 +0000 (12:46 +0100)
src/lib/dhcpsrv/dhcp_parsers.cc
src/lib/dhcpsrv/dhcp_parsers.h

index 694d616cdd8e2eeee38b388684cf67ba9a9a000e..3cc16233ea5be04009d61cc4c31e6a9587fb22b7 100644 (file)
@@ -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"));
     }
 
index a48cbed8cdc1c0d8565bc21fca12693c6256efae..9f0ff8ac19c718991cdf81870c24fc2e78df5e4e 100644 (file)
@@ -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