Fix typo in comment
Spotted while reviewing a patch changing things around this area.
This commit is contained in:
parent
68174679fe
commit
b8528fe026
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user