From: Marcin Siodelski Date: Thu, 10 Dec 2015 11:20:57 +0000 (+0100) Subject: [4106] Fixed a typo. X-Git-Tag: trac4296_base~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96a612f446d899df443c35f585fea244bd046809;p=thirdparty%2Fkea.git [4106] Fixed a typo. --- diff --git a/src/lib/dhcpsrv/tests/dhcp4o6_ipc_unittest.cc b/src/lib/dhcpsrv/tests/dhcp4o6_ipc_unittest.cc index 6ebd767440..7b2201d134 100644 --- a/src/lib/dhcpsrv/tests/dhcp4o6_ipc_unittest.cc +++ b/src/lib/dhcpsrv/tests/dhcp4o6_ipc_unittest.cc @@ -288,7 +288,7 @@ Dhcp4o6IpcBaseTest::testSendReceive(const uint16_t iterations_num, // Check that the interface is correct. EXPECT_EQ(concatenate("eth", i % 2), pkt_received->getIface()); - // Check taht the address conveyed is correct. + // Check that the address conveyed is correct. EXPECT_EQ(concatenate("2001:db8:1::", i), pkt_received->getRemoteAddr().toText());