We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6817467 commit b8528feCopy full SHA for b8528fe
src/interfaces/libpq/fe-cancel.c
@@ -98,7 +98,7 @@ PQcancelCreate(PGconn *conn)
98
return (PGcancelConn *) cancelConn;
99
100
/*
101
- * Copy cancellation token data from the original connnection
+ * Copy cancellation token data from the original connection
102
*/
103
cancelConn->be_pid = conn->be_pid;
104
cancelConn->be_key = conn->be_key;
0 commit comments