Skip to content

Commit

Permalink
[#3419] Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
fxdupont committed Sep 16, 2024
1 parent fe2bb91 commit 2bee0bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ TEST(MySqlHostDataSource, OpenDatabase) {
destroyMySQLSchema();
createMySQLSchema();

// Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
// Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;

// Check that host manager opens the database correctly and tidy up. If it
Expand Down Expand Up @@ -257,7 +257,7 @@ TEST(MySqlHostDataSource, OpenDatabaseMultiThreading) {
destroyMySQLSchema();
createMySQLSchema();

// Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
// Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;

// Check that host manager opens the database correctly and tidy up. If it
Expand Down
2 changes: 1 addition & 1 deletion src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ TEST(MySqlOpenTest, OpenDatabase) {
// Schema needs to be created for the test to work.
createMySQLSchema(true);

// Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
// Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;

// Check that lease manager opens the database correctly and tidy up. If it
Expand Down
4 changes: 2 additions & 2 deletions src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ TEST(PgSqlHostDataSource, OpenDatabase) {
destroyPgSQLSchema();
createPgSQLSchema();

// Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
// Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;

// Check that host manager opens the database correctly and tidy up. If it
Expand Down Expand Up @@ -266,7 +266,7 @@ TEST(PgSqlHostDataSource, OpenDatabaseMultiThreading) {
destroyPgSQLSchema();
createPgSQLSchema();

// Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
// Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;

// Check that host manager opens the database correctly and tidy up. If it
Expand Down
2 changes: 1 addition & 1 deletion src/lib/dhcpsrv/tests/pgsql_lease_mgr_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ TEST(PgSqlOpenTest, OpenDatabase) {
// Schema needs to be created for the test to work.
createPgSQLSchema();

// Enter test mode to avoid ensureSchemaVersion to invole kea-admin.
// Enter test mode to avoid ensureSchemaVersion to invoke kea-admin.
DatabaseConnection::EnterTest et;

// Check that lease manager opens the database correctly and tidy up. If it
Expand Down

0 comments on commit 2bee0bc

Please sign in to comment.