summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp6/tests/dhcp6_test_utils.cc
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-06-12 16:20:44 +0200
committerFrancis Dupont <fdupont@isc.org>2015-06-12 16:20:44 +0200
commit7173c099f756cfbe18c6e4e498b88b5bf0a2475b (patch)
tree1a2e2cd8238dddb7faed6894ccb9d58bf95876a2 /src/bin/dhcp6/tests/dhcp6_test_utils.cc
parent[master] msqg -> msgq (diff)
downloadkea-7173c099f756cfbe18c6e4e498b88b5bf0a2475b.tar.xz
kea-7173c099f756cfbe18c6e4e498b88b5bf0a2475b.zip
[master] spelling
Diffstat (limited to 'src/bin/dhcp6/tests/dhcp6_test_utils.cc')
-rw-r--r--src/bin/dhcp6/tests/dhcp6_test_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp6/tests/dhcp6_test_utils.cc b/src/bin/dhcp6/tests/dhcp6_test_utils.cc
index b04f457228..550fb5244c 100644
--- a/src/bin/dhcp6/tests/dhcp6_test_utils.cc
+++ b/src/bin/dhcp6/tests/dhcp6_test_utils.cc
@@ -106,7 +106,7 @@ Dhcpv6SrvTest::checkIA_PD(const Pkt6Ptr& rsp, uint32_t expected_iaid,
}
// Checks if the lease sent to client is present in the database
-// and is valid when checked agasint the configured subnet
+// and is valid when checked against the configured subnet
Lease6Ptr
Dhcpv6SrvTest::checkLease(const DuidPtr& duid, const OptionPtr& ia_na,
boost::shared_ptr<Option6IAAddr> addr) {