From f6835ea90ac4b6b87fcf9f042959756c246f8fbe Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 15 Dec 2011 18:22:29 -0500 Subject: [PATCH] Fix typo. --- src/include/libpq/libpq-be.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index d9a565bd09..0ff67d4ffd 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;