From: Francis Dupont Date: Thu, 22 Jan 2015 10:42:56 +0000 (+0100) Subject: spelling X-Git-Tag: trac3712_base~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10249eb6e19c3fbcaeaa90cf0dbe825fee07e912;p=thirdparty%2Fkea.git spelling --- diff --git a/src/bin/dhcp4/tests/dhcp4_client.cc b/src/bin/dhcp4/tests/dhcp4_client.cc index 2c422c02df..4fa3f2dfaf 100644 --- a/src/bin/dhcp4/tests/dhcp4_client.cc +++ b/src/bin/dhcp4/tests/dhcp4_client.cc @@ -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(htype) + "The hardware address type " << static_cast(htype) << " is currently not supported"); } std::vector hwaddr(HWAddr::ETHERNET_HWADDR_LEN);