From: Josh Soref Date: Sun, 23 Jul 2017 19:21:57 +0000 (-0400) Subject: spelling: parameter X-Git-Tag: trac5124a_base~35^2~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a3d932a9aaaf44d52c8c9e73f108c10190c97d;p=thirdparty%2Fkea.git spelling: parameter --- diff --git a/src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc b/src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc index c225680997..1b60c744d1 100644 --- a/src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc +++ b/src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc @@ -1585,7 +1585,7 @@ TEST_F(ParseConfigTest, reconfigureSameHooksLibraries) { ASSERT_TRUE(rcode == 0) << error_text_; // The list has not changed between the two parse operations. However, - // the paramters (or the files they could point to) could have + // the parameters (or the files they could point to) could have // changed, so the libraries are reloaded anyway. const HooksConfig& cfg2 = CfgMgr::instance().getStagingCfg()->getHooksConfig();