summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
diff options
context:
space:
mode:
authorHeikki Linnakangas2015-05-20 16:44:46 +0000
committerHeikki Linnakangas2015-05-20 16:45:43 +0000
commitfa60fb63e511e7bbcf57ce972338711593a5e7c9 (patch)
treeb6dc30e0a552d635e1e7bc8ea4d7e5d8b916ae91 /src/interfaces/libpq/fe-auth.c
parent4fc72cc7bb9d2105261b8ee45558af50d788cd19 (diff)
Fix more typos in comments.
Patch by CharSyam, plus a few more I spotted with grep.
Diffstat (limited to 'src/interfaces/libpq/fe-auth.c')
-rw-r--r--src/interfaces/libpq/fe-auth.c4
1 files changed, 2 insertions, 2 deletions
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)