Skip to content

Commit c892df7

Browse files
fxduponttmarkwalder
authored andcommitted
[#3049] Spelling
1 parent d202904 commit c892df7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/dhcpsrv/tests/pool_unittest.cc

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class PoolTest : public ::testing::Test {
3838
/// hasDdnsParameters() method.
3939
///
4040
/// @param family sets the protocol to be used AF_INET or AF_INET6.
41-
void checkDdnsParamters(uint16_t family) {
41+
void checkDdnsParameters(uint16_t family) {
4242
PoolPtr pool;
4343
if (family == AF_INET) {
4444
pool.reset(new Pool4(IOAddress("192.0.2.0"), 25));
@@ -834,11 +834,11 @@ TEST(Pool6Test, additionalClasses) {
834834
}
835835

836836
TEST_F(PoolTest, ddnsParameters4) {
837-
checkDdnsParamters(AF_INET);
837+
checkDdnsParameters(AF_INET);
838838
}
839839

840840
TEST_F(PoolTest, ddnsParameters6) {
841-
checkDdnsParamters(AF_INET6);
841+
checkDdnsParameters(AF_INET6);
842842
}
843843

844844
} // end of anonymous namespace

0 commit comments

Comments
 (0)