Browse Source

spelling: messages

Josh Soref 7 years ago
parent
commit
bc0abaceda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/pkt6.cc

+ 1 - 1
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) {