]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: multiple
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 18:42:44 +0000 (14:42 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 18:42:44 +0000 (14:42 -0400)
src/lib/dhcp/tests/iface_mgr_unittest.cc

index f975a83bfd20b1c2703a6d0ec4109b1836303487..2fd74c593bb3b876beb8f8781684c64f4f1abd87 100644 (file)
@@ -2493,7 +2493,7 @@ TEST_F(IfaceMgrTest, SingleExternalSocket4) {
 
 // Tests if multiple external sockets and their callbacks can be passed and
 // it is supported properly by receive4() method.
-TEST_F(IfaceMgrTest, MiltipleExternalSockets4) {
+TEST_F(IfaceMgrTest, MultipleExternalSockets4) {
 
     callback_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
 // it is supported properly by receive6() method.
-TEST_F(IfaceMgrTest, MiltipleExternalSockets6) {
+TEST_F(IfaceMgrTest, MultipleExternalSockets6) {
 
     callback_ok = false;
     callback2_ok = false;