aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/fe-cancel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-cancel.c b/src/interfaces/libpq/fe-cancel.c
index 6bbd126bafe..954dce54317 100644
--- a/src/interfaces/libpq/fe-cancel.c
+++ b/src/interfaces/libpq/fe-cancel.c
@@ -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;