From d5227ed7a965764aea209219dca47140c34bd508 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 11:48:27 -0400 Subject: [PATCH] spelling: classify --- src/lib/dhcpsrv/tests/cfg_subnets6_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.47.3