Fix typo.

This commit is contained in:
Robert Haas 2011-12-15 18:22:29 -05:00
parent fc9959701b
commit f6835ea90a
1 changed files with 1 additions and 1 deletions

View File

@ -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;