From: Josh Soref Date: Sun, 23 Jul 2017 18:42:44 +0000 (-0400) Subject: spelling: multiple X-Git-Tag: trac5124a_base~35^2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50f1fd36f056ccf565b0e58b17cb1a152ac8899a;p=thirdparty%2Fkea.git spelling: multiple --- diff --git a/src/lib/dhcp/tests/iface_mgr_unittest.cc b/src/lib/dhcp/tests/iface_mgr_unittest.cc index f975a83bfd..2fd74c593b 100644 --- a/src/lib/dhcp/tests/iface_mgr_unittest.cc +++ b/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 // 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;