From: Robert Haas Date: Wed, 15 Feb 2017 02:06:13 +0000 (-0500) Subject: Fix typo in comment. X-Git-Tag: REL_10_BETA1~899 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8569955ee39650a667b9700385e1bc19fbf47069;p=thirdparty%2Fpostgresql.git Fix typo in comment. Higuchi Daisuke --- diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index b83af64e090..c505b661c6b 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -2908,7 +2908,7 @@ keep_going: /* We will come back to here until there is } /* - * If a read-write connection is requisted check for same. + * If a read-write connection is requested check for same. */ if (conn->target_session_attrs != NULL && strcmp(conn->target_session_attrs, "read-write") == 0)