From 10249eb6e19c3fbcaeaa90cf0dbe825fee07e912 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 22 Jan 2015 11:42:56 +0100 Subject: [PATCH] spelling --- src/bin/dhcp4/tests/dhcp4_client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3