Francis Dupont 10 years ago
parent
commit
a812327c0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/tests/pkt6_unittest.cc

+ 1 - 1
src/lib/dhcp/tests/pkt6_unittest.cc

@@ -970,7 +970,7 @@ TEST_F(Pkt6Test, getMACFromIPv6LinkLocal_singleRelay) {
     pkt.relay_info_[0].peeraddr_ = global;
     EXPECT_FALSE(pkt.getMAC(Pkt::HWADDR_SOURCE_IPV6_LINK_LOCAL));
 
-    // If received from a link-local that does not use EUI-64, it shoul fail
+    // If received from a link-local that does not use EUI-64, it should fail
     pkt.relay_info_[0].peeraddr_ = linklocal_noneui64;
     EXPECT_FALSE(pkt.getMAC(Pkt::HWADDR_SOURCE_IPV6_LINK_LOCAL));