]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spgsql: fix a typo of mine in a comment 9695/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 9 Nov 2020 21:36:29 +0000 (22:36 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 9 Nov 2020 21:36:29 +0000 (22:36 +0100)
modules/gpgsqlbackend/spgsql.cc

index 26aa3b9fbd25147d8bf04ffe2a3b4f7fa6460ad2..47895eba1bca7ff813fe137d5d1d2e4a537d0de9 100644 (file)
@@ -70,7 +70,7 @@ public:
     if (d_dolog) {
       g_log<<Logger::Warning<< "Query "<<((long)(void*)this)<<": Statement: " << d_query << endl;
       if (d_paridx) {
-        // Log message is similar, bot not exactly the same as the postgres server log.
+        // Log message is similar, but not exactly the same as the postgres server log.
         std::stringstream log_message;
         log_message<< "Query "<<((long)(void*)this)<<": Parameters: ";
         for (int i = 0; i < d_paridx; i++) {