]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorRobert Haas <rhaas@postgresql.org>
Wed, 15 Feb 2017 02:06:13 +0000 (21:06 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 15 Feb 2017 02:08:10 +0000 (21:08 -0500)
Higuchi Daisuke

src/interfaces/libpq/fe-connect.c

index b83af64e090460ba5ae06fed64e289ae5de1d127..c505b661c6b34b9e2f4a28f16cc4a821109014bd 100644 (file)
@@ -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)