From fa60fb63e511e7bbcf57ce972338711593a5e7c9 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 20 May 2015 19:44:46 +0300 Subject: Fix more typos in comments. Patch by CharSyam, plus a few more I spotted with grep. --- src/interfaces/libpq/fe-auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces/libpq/fe-auth.c') diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index 08cc9060126..5891c75bce2 100644 --- a/src/interfaces/libpq/fe-auth.c +++ b/src/interfaces/libpq/fe-auth.c @@ -300,7 +300,7 @@ pg_SSPI_continue(PGconn *conn) if (conn->sspictx == NULL) { - /* On first run, transfer retreived context handle */ + /* On first run, transfer retrieved context handle */ conn->sspictx = malloc(sizeof(CtxtHandle)); if (conn->sspictx == NULL) { @@ -373,7 +373,7 @@ pg_SSPI_startup(PGconn *conn, int use_negotiate) conn->sspictx = NULL; /* - * Retreive credentials handle + * Retrieve credentials handle */ conn->sspicred = malloc(sizeof(CredHandle)); if (conn->sspicred == NULL) -- cgit v1.2.3