]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Fix typos
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 21 Jun 2023 19:56:20 +0000 (19:56 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
src/lib/database/tests/database_connection_unittest.cc

index dc8c8c30edc5fad6632ece891699c78914144158..b34f2e8fa6ac2b0e824df2ac85801941bb87a518 100644 (file)
@@ -559,7 +559,7 @@ TEST(DatabaseConnection, toElementDbAccessStringValid) {
 }
 
 // Check that the toElementDbAccessString() handles Postgres backend
-// specific paramateres.
+// specific parameters.
 TEST(DatabaseConnection, toElementDbAccessStringValidPostgresql) {
     const char* configs[] = {
         "{\n"
@@ -583,7 +583,7 @@ TEST(DatabaseConnection, toElementDbAccessStringValidPostgresql) {
 }
 
 // Check that the toElementDbAccessString() handles MySQL backend
-// specific paramateres.
+// specific parameters.
 TEST(DatabaseConnection, toElementDbAccessStringValidMySql) {
     const char* configs[] = {
         "{\n"