]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Sat, 11 Oct 2014 15:24:39 +0000 (17:24 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 11 Oct 2014 15:24:39 +0000 (17:24 +0200)
src/lib/dhcp/tests/pkt6_unittest.cc

index 0eb1b479621240d53bc3be6581f76ececa9eb31a..3ad17ebb7fa795f57d05d98b0a6d2fb47ae633f8 100644 (file)
@@ -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));