Commit f6835ea9 authored by Robert Haas's avatar Robert Haas

Fix typo.

parent fc995970
...@@ -160,7 +160,7 @@ typedef struct Port ...@@ -160,7 +160,7 @@ typedef struct Port
#if defined(ENABLE_GSS) || defined(ENABLE_SSPI) #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. * NULL pointer to make sure offsets in the struct remain the same.
*/ */
pg_gssinfo *gss; pg_gssinfo *gss;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment