]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: explicit
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:55:31 +0000 (12:55 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:55:31 +0000 (12:55 -0400)
src/lib/dhcp/tests/duid_factory_unittest.cc

index 8aa164556be50e7e1676ec2bce60e3bc0a18f694..1669983d5d215219f1eb4ea466129070fba9e13f 100644 (file)
@@ -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");