diff options
author | Andrei Pavel <andrei@isc.org> | 2021-01-22 00:36:41 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-01-25 12:52:09 +0100 |
commit | 96f049b111ba175c74397d79ab6aff574ece900d (patch) | |
tree | 314f11706d923f372c8edc6b89b0e7906c524db1 /src/lib/dhcp/tests/pkt4_unittest.cc | |
parent | [#1656] 1.9.4 release: dos2unix SVGs (diff) | |
download | kea-96f049b111ba175c74397d79ab6aff574ece900d.tar.xz kea-96f049b111ba175c74397d79ab6aff574ece900d.zip |
[#1656] 1.9.4 release: spelling check
Diffstat (limited to 'src/lib/dhcp/tests/pkt4_unittest.cc')
-rw-r--r-- | src/lib/dhcp/tests/pkt4_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcp/tests/pkt4_unittest.cc b/src/lib/dhcp/tests/pkt4_unittest.cc index 767a8fb70d..3f1a52239a 100644 --- a/src/lib/dhcp/tests/pkt4_unittest.cc +++ b/src/lib/dhcp/tests/pkt4_unittest.cc @@ -856,7 +856,7 @@ TEST_F(Pkt4Test, hwaddr) { EXPECT_TRUE(hwaddr == pkt->getHWAddr()); } -// This test verifies that the packet remte and local HW address can +// This test verifies that the packet remote and local HW address can // be set and returned. TEST_F(Pkt4Test, hwaddrSrcRemote) { scoped_ptr<Pkt4> pkt(new Pkt4(DHCPOFFER, 1234)); @@ -1312,7 +1312,7 @@ TEST_F(Pkt4Test, nullTerminatedOptions) { pkt->pack() ); - // Create a vector of our expectd packed option data. + // Create a vector of our expected packed option data. vector<uint8_t> packed_opts = { DHO_HOST_NAME, 3, 't', 'w', 'o', |