From: Suzanne Goldlust Date: Wed, 21 Jun 2023 19:53:57 +0000 (+0000) Subject: [#2833] Fix typo X-Git-Tag: Kea-2.4.0~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b2d113ac0d8b9a487c47cc15d5ef859555c6f1;p=thirdparty%2Fkea.git [#2833] Fix typo --- diff --git a/src/lib/pgsql/pgsql_connection.h b/src/lib/pgsql/pgsql_connection.h index 1446222945..4e8c21a5b1 100644 --- a/src/lib/pgsql/pgsql_connection.h +++ b/src/lib/pgsql/pgsql_connection.h @@ -278,7 +278,7 @@ private: /// @brief Creates connection string from the specified parameters. /// - /// This is an internal implemenation of the @c getConnParameters that + /// This is an internal implementation of the @c getConnParameters that /// allows for controlling logging. In some cases, a caller can disable /// logging warnings to avoid duplication of the log messages emitted /// when the invocation is a result of calling @c getVersion before