From 674e2de64d66b3a1e261bf07825be54c7cd2f3f6 Mon Sep 17 00:00:00 2001
From: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: Fri, 23 Sep 2016 08:04:19 +0300
Subject: [PATCH] Fix typo in comment.

Daniel Gustafsson
---
 src/interfaces/libpq/libpq-int.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h
index a94ead04ff3..be6c3705b06 100644
--- a/src/interfaces/libpq/libpq-int.h
+++ b/src/interfaces/libpq/libpq-int.h
@@ -452,7 +452,7 @@ struct pg_conn
 #ifndef ENABLE_GSS
 	gss_buffer_desc ginbuf;		/* GSS input token */
 #else
-	char	   *gsslib;			/* What GSS librart to use ("gssapi" or
+	char	   *gsslib;			/* What GSS library to use ("gssapi" or
 								 * "sspi") */
 #endif
 	CredHandle *sspicred;		/* SSPI credentials handle */
-- 
GitLab