]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: classify
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:48:27 +0000 (11:48 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:48:27 +0000 (11:48 -0400)
src/lib/dhcpsrv/tests/cfg_subnets6_unittest.cc

index 5df42700a6d3cf588f0bc8363811a23647be6e80..c655686597d2aa155f462ddbb8f003caf0eb4c53 100644 (file)
@@ -244,7 +244,7 @@ TEST(CfgSubnets6Test, selectSubnetByRelayAddressAndClassify) {
 
 // Test that client classes are considered when the subnet is selected by the
 // interface name.
-TEST(CfgSubnets6Test, selectSubnetByInterfaceNameAndClaassify) {
+TEST(CfgSubnets6Test, selectSubnetByInterfaceNameAndClassify) {
     CfgSubnets6 cfg;
 
     Subnet6Ptr subnet1(new Subnet6(IOAddress("2000::"), 48, 1, 2, 3, 4));