Fix typo in comment.

Daniel Gustafsson
This commit is contained in:
Heikki Linnakangas 2016-09-23 08:04:19 +03:00
parent 1ff0042165
commit 674e2de64d
1 changed files with 1 additions and 1 deletions

View File

@ -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 */