]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1093] Spelling error
authorFrancis Dupont <fdupont@isc.org>
Mon, 27 Jan 2020 15:05:44 +0000 (16:05 +0100)
committerThomas Markwalder <tmark@isc.org>
Mon, 27 Jan 2020 15:27:11 +0000 (10:27 -0500)
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc

index 4a0b19c961a59be622a84caa529bf7c466ddc134..9b7c29f56368e382fb22a8b2d92c274770ac0cd0 100644 (file)
@@ -4045,7 +4045,7 @@ TEST_F(MySqlConfigBackendDHCPv4Test, sharedNetworkOptionIdOrder) {
     auto level1_no_options = test_networks_[1];
     auto level2 = test_networks_[2];
 
-    // Insert two shared networks. We inset level1 without options first,
+    // Insert two shared networks. We insert level1 without options first,
     // then level2.
     EXPECT_NO_THROW(cbptr_->createUpdateSharedNetwork4(ServerSelector::ALL(),
                                                        level1_no_options));
index 35a2811e9e518cbf058ccc9289ca43a9a89f4a96..6a5cf028156d5f993909254f01f2f6d8ab41d9dc 100644 (file)
@@ -4220,7 +4220,7 @@ TEST_F(MySqlConfigBackendDHCPv6Test, sharedNetworkOptionIdOrder) {
     auto level1_no_options = test_networks_[1];
     auto level2 = test_networks_[2];
 
-    // Insert two shared networks. We inset level1 without options first,
+    // Insert two shared networks. We insert level1 without options first,
     // then level2.
     EXPECT_NO_THROW(cbptr_->createUpdateSharedNetwork6(ServerSelector::ALL(),
                                                        level1_no_options));