Fix typo in comment

Spotted while reviewing a patch changing things around this area.
This commit is contained in:
Daniel Gustafsson 2024-03-25 14:49:17 +01:00
parent 68174679fe
commit b8528fe026
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ PQcancelCreate(PGconn *conn)
return (PGcancelConn *) cancelConn; 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_pid = conn->be_pid;
cancelConn->be_key = conn->be_key; cancelConn->be_key = conn->be_key;