diff options
| author | Michael Paquier | 2024-09-03 05:49:04 +0000 |
|---|---|---|
| committer | Michael Paquier | 2024-09-03 05:49:04 +0000 |
| commit | 4236825197e8b7f26f8fd2ce0ac287a696e7264e (patch) | |
| tree | 14629d4520f55b175c54667547e6feb648e92f52 /src/interfaces/libpq | |
| parent | c7cd2d6ed082a4638172acece33ed6f36da96263 (diff) | |
Fix typos and grammar in code comments and docs
Author: Alexander Lakhin
Discussion: https://postgr.es/m/f7e514cf-2446-21f1-a5d2-8c089a6e2168@gmail.com
Diffstat (limited to 'src/interfaces/libpq')
| -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 3fa2dd864fe..9febdaa2885 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -948,7 +948,7 @@ fillPGconn(PGconn *conn, PQconninfoOption *connOptions) * Copy over option values from srcConn to dstConn * * Don't put anything cute here --- intelligence should be in - * connectOptions2 ... + * pqConnectOptions2 ... * * Returns true on success. On failure, returns false and sets error message of * dstConn. |
