From 59b2d113ac0d8b9a487c47cc15d5ef859555c6f1 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 21 Jun 2023 19:53:57 +0000 Subject: [PATCH] [#2833] Fix typo --- src/lib/pgsql/pgsql_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2