aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-12-15 18:22:29 -0500
committerRobert Haas <rhaas@postgresql.org>2011-12-15 18:22:29 -0500
commitf6835ea90ac4b6b87fcf9f042959756c246f8fbe (patch)
treea8550f4b81210c3e3cfa354b7ab0cf31d2b3028b /src
parentfc9959701b57d11d08a4a8a0788ccbd887ee2e47 (diff)
downloadpostgresql-f6835ea90ac4b6b87fcf9f042959756c246f8fbe.tar.gz
postgresql-f6835ea90ac4b6b87fcf9f042959756c246f8fbe.zip
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/include/libpq/libpq-be.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h
index d9a565bd09e..0ff67d4ffde 100644
--- 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. Otherwise, store a
* NULL pointer to make sure offsets in the struct remain the same.
*/
pg_gssinfo *gss;