diff options
author | Heikki Linnakangas | 2016-09-23 05:04:19 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2016-09-23 05:04:19 +0000 |
commit | 674e2de64d66b3a1e261bf07825be54c7cd2f3f6 (patch) | |
tree | fad05cbd351c43084d423e692e43d98a0e6cf87e | |
parent | 1ff0042165cf835d1b6a2ab2c3b84c201eb6577b (diff) |
Fix typo in comment.
Daniel Gustafsson
-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 a94ead04ff..be6c3705b0 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 */ |