Commit 674e2de6 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment.

Daniel Gustafsson
parent 1ff00421
...@@ -452,7 +452,7 @@ struct pg_conn ...@@ -452,7 +452,7 @@ struct pg_conn
#ifndef ENABLE_GSS #ifndef ENABLE_GSS
gss_buffer_desc ginbuf; /* GSS input token */ gss_buffer_desc ginbuf; /* GSS input token */
#else #else
char *gsslib; /* What GSS librart to use ("gssapi" or char *gsslib; /* What GSS library to use ("gssapi" or
* "sspi") */ * "sspi") */
#endif #endif
CredHandle *sspicred; /* SSPI credentials handle */ CredHandle *sspicred; /* SSPI credentials handle */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment