From: Josh Soref Date: Sun, 23 Jul 2017 18:45:59 +0000 (-0400) Subject: spelling: messages X-Git-Tag: trac5124a_base~35^2~99 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc0abaceda85f8db0ca9631723973e94f8e3c65d;p=thirdparty%2Fkea.git spelling: messages --- diff --git a/src/lib/dhcp/pkt6.cc b/src/lib/dhcp/pkt6.cc index f4ecc51fd9..c14014ef63 100644 --- a/src/lib/dhcp/pkt6.cc +++ b/src/lib/dhcp/pkt6.cc @@ -599,7 +599,7 @@ Pkt6::makeLabel(const DuidPtr duid, const HWAddrPtr& hwaddr) { label << "duid=[" << (duid ? duid->toText() : "no info") << "]"; - // HW address is typically not carried in the DHCPv6 mmessages + // HW address is typically not carried in the DHCPv6 messages // and can be extracted using various, but not fully reliable, // techniques. If it is not present, don't print anything. if (hwaddr) {