diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-04-19 19:17:42 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-04-19 19:17:42 +0900 |
commit | 88e947136b47664b6936b35542f2d1eda0c90588 (patch) | |
tree | 6a5999ed2088fb1455940632b70a8d452ec56347 /src/interfaces/libpq/fe-connect.c | |
parent | 114f7fa81c72637d75b574269f2076dcc1104e24 (diff) | |
download | postgresql-88e947136b47664b6936b35542f2d1eda0c90588.tar.gz postgresql-88e947136b47664b6936b35542f2d1eda0c90588.zip |
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done
in the v18 development cycle.
Author: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
Diffstat (limited to 'src/interfaces/libpq/fe-connect.c')
-rw-r--r-- | src/interfaces/libpq/fe-connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index bd86de53c67..e08b344276f 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -693,7 +693,7 @@ pqDropServerData(PGconn *conn) conn->oauth_want_retry = false; /* - * Cancel connections need to retain their be_pid and be_key across + * Cancel connections need to retain their be_pid and be_cancel_key across * PQcancelReset invocations, otherwise they would not have access to the * secret token of the connection they are supposed to cancel. */ |