Thread: Typo in libpq-int.h

Typo in libpq-int.h

From
Daniel Gustafsson
Date:
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


Attachment

Re: Typo in libpq-int.h

From
Heikki Linnakangas
Date:
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” or
>
> Patch attached.

Thanks, fixed.

- Heikki