From: Heikki Linnakangas Date: Fri, 23 Sep 2016 05:04:19 +0000 (+0300) Subject: Fix typo in comment. X-Git-Tag: REL_10_BETA1~1683 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=674e2de64d66b3a1e261bf07825be54c7cd2f3f6;p=postgresql Fix typo in comment. Daniel Gustafsson --- diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index a94ead04ff..be6c3705b0 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 */