Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix typo in comment
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 Mar 2024 13:49:17 +0000 (14:49 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 Mar 2024 13:49:17 +0000 (14:49 +0100)
Spotted while reviewing a patch changing things around this area.

src/interfaces/libpq/fe-cancel.c

index 6bbd126bafe904305c72d979b51113fac81ee63d..954dce54317c7e9cfc6b923c9181ea82653b347e 100644 (file)
@@ -98,7 +98,7 @@ PQcancelCreate(PGconn *conn)
        return (PGcancelConn *) cancelConn;
 
    /*
-    * Copy cancellation token data from the original connnection
+    * Copy cancellation token data from the original connection
     */
    cancelConn->be_pid = conn->be_pid;
    cancelConn->be_key = conn->be_key;