From f6a3d932a9aaaf44d52c8c9e73f108c10190c97d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 15:21:57 -0400 Subject: [PATCH] spelling: parameter --- src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.2