]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 10:42:56 +0000 (11:42 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 10:42:56 +0000 (11:42 +0100)
src/bin/dhcp4/tests/dhcp4_client.cc

index 2c422c02dfde0eb4d96c47d8454aabaf7cd13128..4fa3f2dfafde5fe472f33446fc431d74e40df4d7 100644 (file)
@@ -270,7 +270,7 @@ HWAddrPtr
 Dhcp4Client::generateHWAddr(const uint8_t htype) const {
     if (htype != HTYPE_ETHER) {
         isc_throw(isc::NotImplemented,
-                  "The harware address type " << static_cast<int>(htype)
+                  "The hardware address type " << static_cast<int>(htype)
                   << " is currently not supported");
     }
     std::vector<uint8_t> hwaddr(HWAddr::ETHERNET_HWADDR_LEN);