]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: messages
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 18:45:59 +0000 (14:45 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 18:45:59 +0000 (14:45 -0400)
src/lib/dhcp/pkt6.cc

index f4ecc51fd92e89e26847863a9d01774af66b89ab..c14014ef63190459aeb13eda4552d6a5e2a1d972 100644 (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) {