]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1928] Corrected the typo
authorAndrei Pavel <andrei@isc.org>
Tue, 20 Jul 2021 09:52:13 +0000 (09:52 +0000)
committerMarcin Siodelski <marcin@isc.org>
Wed, 21 Jul 2021 10:49:50 +0000 (10:49 +0000)
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc

index ae394c0e11c2cdca306ac56f531b98cd0b5d387f..aed276db0e673990f029c04f072c71d5ed56fca0 100644 (file)
@@ -4691,7 +4691,7 @@ TEST_F(MySqlConfigBackendDHCPv4Test, deleteAllClientClasses4) {
 
 // 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(MySqlConfigBackendDHCPv4Test, clientClassDependencies4) {
     // Create a server.
     EXPECT_NO_THROW(cbptr_->createUpdateServer4(test_servers_[0]));