diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-04-19 16:57:40 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-04-19 16:57:40 +0900 |
commit | 148266fa354a47543f6c0325cd1ea900ead4aac6 (patch) | |
tree | 7a02a864fe55fbe916adf3d2887551f20e84feb7 /src/interfaces/libpq/fe-auth.c | |
parent | bc540f98599b875e7ee67086291cdb96997db3fc (diff) |
Fix collection of typos and grammar mistakes in docs and comments
Author: Justin Pryzby
Discussion: https://postgr.es/m/20190330224333.GQ5815@telsasoft.com
Diffstat (limited to 'src/interfaces/libpq/fe-auth.c')
-rw-r--r-- | src/interfaces/libpq/fe-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index 624e02bcaae..bb04e27e2fe 100644 --- a/src/interfaces/libpq/fe-auth.c +++ b/src/interfaces/libpq/fe-auth.c @@ -879,7 +879,7 @@ pg_fe_sendauth(AuthRequest areq, int payloadlen, PGconn *conn) case AUTH_REQ_SSPI: /* - * SSPI has it's own startup message so libpq can decide which + * SSPI has its own startup message so libpq can decide which * method to use. Indicate to pg_SSPI_startup that we want SSPI * negotiation instead of Kerberos. */ |