2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

spelling: messages

This commit is contained in:
Josh Soref
2017-07-23 14:45:59 -04:00
parent c73f9d90d5
commit bc0abaceda

View File

@@ -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) {