Browse Source

[4297] spelling

Francis Dupont 9 years ago
parent
commit
12b174bbce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc

+ 1 - 1
src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc

@@ -1371,7 +1371,7 @@ TEST_F(ParseConfigTest, HooksLibrariesParameters) {
     EXPECT_TRUE(libraries[1].second);
     ASSERT_TRUE(libraries[2].second);
 
-    // Ok, get the partameter for the third library.
+    // Ok, get the parameter for the third library.
     ConstElementPtr params = libraries[2].second;
 
     // It must be a map.