From: Andrei Pavel Date: Tue, 20 Jul 2021 09:52:13 +0000 (+0000) Subject: [#1928] Corrected the typo X-Git-Tag: Kea-1.9.10~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f93fd581f5dda7057bf2e439c5b1448b33544f;p=thirdparty%2Fkea.git [#1928] Corrected the typo --- diff --git a/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc b/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc index ae394c0e11..aed276db0e 100644 --- a/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc +++ b/src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc @@ -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]));