aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/libpq-int.h2
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 */