]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[642-update-mysql-cb-with-calls-to-set-delete-and-retrieve-servers] spelling
authorFrancis Dupont <fdupont@isc.org>
Mon, 17 Jun 2019 14:49:40 +0000 (16:49 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 27 Jun 2019 18:51:31 +0000 (14:51 -0400)
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc

index 2c5d95df3e42d9afec9a93995506ab25568b92dc..42c68fbb8bcf5418c739a23f07907d7e2a0512c7 100644 (file)
@@ -601,7 +601,7 @@ TEST_F(MySqlConfigBackendDHCPv4Test, createUpdateDeleteGlobalParameter4) {
     ASSERT_EQ(1, returned_global_parameter->getServerTags().size());
     EXPECT_EQ("all", returned_global_parameter->getServerTags()[0].get());
 
-    // Check that the parameter is udpated when selector is specified correctly.
+    // Check that the parameter is updated when selector is specified correctly.
     global_parameter = StampedValue::create("global", "fish");
     cbptr_->createUpdateGlobalParameter4(ServerSelector::ALL(),
                                          global_parameter);
index 15c7d9ce0e95b8c9dee83d63701acb64deaf4dcb..37ec7bb27c9ee78977e3ac8f6fb9745af6a554af 100644 (file)
@@ -642,7 +642,7 @@ TEST_F(MySqlConfigBackendDHCPv6Test, createUpdateDeleteGlobalParameter6) {
     ASSERT_EQ(1, returned_global_parameter->getServerTags().size());
     EXPECT_EQ("all", returned_global_parameter->getServerTags()[0].get());
 
-    // Check that the parameter is udpated when selector is specified correctly.
+    // Check that the parameter is updated when selector is specified correctly.
     global_parameter = StampedValue::create("global", "fish");
     cbptr_->createUpdateGlobalParameter6(ServerSelector::ALL(),
                                          global_parameter);