Parcourir la source

spelling: multiple

Josh Soref il y a 7 ans
Parent
commit
50f1fd36f0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/dhcp/tests/iface_mgr_unittest.cc

+ 2 - 2
src/lib/dhcp/tests/iface_mgr_unittest.cc

@@ -2493,7 +2493,7 @@ TEST_F(IfaceMgrTest, SingleExternalSocket4) {
 
 
 // Tests if multiple external sockets and their callbacks can be passed and
 // Tests if multiple external sockets and their callbacks can be passed and
 // it is supported properly by receive4() method.
 // it is supported properly by receive4() method.
-TEST_F(IfaceMgrTest, MiltipleExternalSockets4) {
+TEST_F(IfaceMgrTest, MultipleExternalSockets4) {
 
 
     callback_ok = false;
     callback_ok = false;
     callback2_ok = false;
     callback2_ok = false;
@@ -2662,7 +2662,7 @@ TEST_F(IfaceMgrTest, SingleExternalSocket6) {
 
 
 // Tests if multiple external sockets and their callbacks can be passed and
 // Tests if multiple external sockets and their callbacks can be passed and
 // it is supported properly by receive6() method.
 // it is supported properly by receive6() method.
-TEST_F(IfaceMgrTest, MiltipleExternalSockets6) {
+TEST_F(IfaceMgrTest, MultipleExternalSockets6) {
 
 
     callback_ok = false;
     callback_ok = false;
     callback2_ok = false;
     callback2_ok = false;