]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1928] Corrected a typo
authorMarcin Siodelski <marcin@isc.org>
Tue, 20 Jul 2021 19:27:40 +0000 (21:27 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 21 Jul 2021 11:03:29 +0000 (13:03 +0200)
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp6_unittest.cc

index 035ce5d8a45dd2eada56c135b5bf88caefff5f54..afbfa943ae6889a65884f81825453376fb095605 100644 (file)
@@ -4859,7 +4859,7 @@ TEST_F(MySqlConfigBackendDHCPv6Test, deleteAllClientClasses6) {
 
 // This test verifies that client class dependencies are tracked when the
 // classes are added to the database. It verifies that an attempt to update
-// a class violiting the dependencies results in an error.
+// a class violating the dependencies results in an error.
 TEST_F(MySqlConfigBackendDHCPv6Test, clientClassDependencies6) {
     // Create a server.
     EXPECT_NO_THROW(cbptr_->createUpdateServer6(test_servers_[0]));