Typo in libpq-int.h
Started by Daniel Gustafssonover 9 years ago2 messages
Ran into a typo in libpq-int.h while reading/hacking:
- char *gsslib; /* What GSS librart to use ("gssapi" or
+ char *gsslib; /* What GSS library to use ("gssapi” or
Patch attached.
cheers ./daniel
Attachments:
typo-libpq-int.diffapplication/octet-stream; name=typo-libpq-int.diffDownload
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h
index a94ead0..be6c370 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 */
Re: Typo in libpq-int.h
On 09/22/2016 04:35 PM, Daniel Gustafsson wrote:
Ran into a typo in libpq-int.h while reading/hacking:
- char *gsslib; /* What GSS librart to use ("gssapi" or + char *gsslib; /* What GSS library to use ("gssapi” orPatch attached.
Thanks, fixed.
- Heikki
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers