From: Josh Soref Date: Sun, 23 Jul 2017 16:55:31 +0000 (-0400) Subject: spelling: explicit X-Git-Tag: trac5124a_base~35^2~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc2d13ea2d184ff99239aaa991505b8031354f01;p=thirdparty%2Fkea.git spelling: explicit --- diff --git a/src/lib/dhcp/tests/duid_factory_unittest.cc b/src/lib/dhcp/tests/duid_factory_unittest.cc index 8aa164556b..1669983d5d 100644 --- a/src/lib/dhcp/tests/duid_factory_unittest.cc +++ b/src/lib/dhcp/tests/duid_factory_unittest.cc @@ -356,7 +356,7 @@ TEST_F(DUIDFactoryTest, createLLTExplicitLinkLayerAddress) { // This test verifies that the factory function creates DUID-LLT from // all values explicitly specified. -TEST_F(DUIDFactoryTest, createLLTAllExplcitParameters) { +TEST_F(DUIDFactoryTest, createLLTAllExplicitParameters) { ASSERT_NO_THROW(factory().createLLT(HTYPE_FDDI, 0xFAFAFAFA, toVector("24242424242424242424"))); testLLT("0008", "FAFAFAFA", true, "24242424242424242424");