diff options
author | Andrei Pavel <andrei.pavel@qualitance.com> | 2016-12-14 15:57:44 +0100 |
---|---|---|
committer | Andrei Pavel <andrei.pavel@qualitance.com> | 2016-12-14 15:57:44 +0100 |
commit | 9082500187f9e0ebf99d5ecb67d7e815a7da2239 (patch) | |
tree | 39147bea0dd7b1bec3b93c47b927cb55eac4a767 /src/bin/perfdhcp/tests/perf_pkt6_unittest.cc | |
parent | [master] Addressed doxygen warnings raised. (diff) | |
download | kea-9082500187f9e0ebf99d5ecb67d7e815a7da2239.tar.xz kea-9082500187f9e0ebf99d5ecb67d7e815a7da2239.zip |
Corrected typos
Diffstat (limited to 'src/bin/perfdhcp/tests/perf_pkt6_unittest.cc')
-rw-r--r-- | src/bin/perfdhcp/tests/perf_pkt6_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/perfdhcp/tests/perf_pkt6_unittest.cc b/src/bin/perfdhcp/tests/perf_pkt6_unittest.cc index 54bddc3d9d..32e65a3dfb 100644 --- a/src/bin/perfdhcp/tests/perf_pkt6_unittest.cc +++ b/src/bin/perfdhcp/tests/perf_pkt6_unittest.cc @@ -217,7 +217,7 @@ TEST_F(PerfPkt6Test, InvalidOptions) { // Create packet. boost::scoped_ptr<PerfPkt6> pkt2(capture()); - // Testing offset of the option (lower than pakcet size but + // Testing offset of the option (lower than packet size but // tail of the option out of bounds). LocalizedOptionPtr pkt2_serverid(new LocalizedOption(Option::V6, D6O_SERVERID, |