From: Josh Soref Date: Sun, 23 Jul 2017 15:48:27 +0000 (-0400) Subject: spelling: classify X-Git-Tag: trac5124a_base~35^2~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5227ed7a965764aea209219dca47140c34bd508;p=thirdparty%2Fkea.git spelling: classify --- diff --git a/src/lib/dhcpsrv/tests/cfg_subnets6_unittest.cc b/src/lib/dhcpsrv/tests/cfg_subnets6_unittest.cc index 5df42700a6..c655686597 100644 --- a/src/lib/dhcpsrv/tests/cfg_subnets6_unittest.cc +++ b/src/lib/dhcpsrv/tests/cfg_subnets6_unittest.cc @@ -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));