Browse Source

spelling: classify

Josh Soref 8 years ago
parent
commit
d5227ed7a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/tests/cfg_subnets6_unittest.cc

+ 1 - 1
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));