diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-09-23 08:04:19 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-09-23 08:04:19 +0300 |
commit | 674e2de64d66b3a1e261bf07825be54c7cd2f3f6 (patch) | |
tree | fad05cbd351c43084d423e692e43d98a0e6cf87e /src | |
parent | 1ff0042165cf835d1b6a2ab2c3b84c201eb6577b (diff) | |
download | postgresql-674e2de64d66b3a1e261bf07825be54c7cd2f3f6.tar.gz postgresql-674e2de64d66b3a1e261bf07825be54c7cd2f3f6.zip |
Fix typo in comment.
Daniel Gustafsson
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/libpq/libpq-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index a94ead04ff3..be6c3705b06 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 */ |