Skip to content

Commit f6835ea

Browse files
committed
Fix typo.
1 parent fc99597 commit f6835ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/libpq/libpq-be.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ typedef struct Port
160160
#if defined(ENABLE_GSS) || defined(ENABLE_SSPI)
161161

162162
/*
163-
* If GSSAPI is supported, store GSSAPI information. Oterwise, store a
163+
* If GSSAPI is supported, store GSSAPI information. Otherwise, store a
164164
* NULL pointer to make sure offsets in the struct remain the same.
165165
*/
166166
pg_gssinfo *gss;

0 commit comments

Comments
 (0)