projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc99597
)
Fix typo.
author
Robert Haas
<rhaas@postgresql.org>
Thu, 15 Dec 2011 23:22:29 +0000
(18:22 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Thu, 15 Dec 2011 23:22:29 +0000
(18:22 -0500)
src/include/libpq/libpq-be.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/libpq/libpq-be.h
b/src/include/libpq/libpq-be.h
index d9a565bd09e0d6ab046e6ad171ea71a840b6ce7b..0ff67d4ffdec66abfc4dcf83d027378c0bcc2fe4 100644
(file)
--- a/
src/include/libpq/libpq-be.h
+++ b/
src/include/libpq/libpq-be.h
@@
-160,7
+160,7
@@
typedef struct Port
#if defined(ENABLE_GSS) || defined(ENABLE_SSPI)
/*
- * If GSSAPI is supported, store GSSAPI information. Oterwise, store a
+ * If GSSAPI is supported, store GSSAPI information. Ot
h
erwise, store a
* NULL pointer to make sure offsets in the struct remain the same.
*/
pg_gssinfo *gss;