Skip to content

Commit 8569955

Browse files
committed
Fix typo in comment.
Higuchi Daisuke
1 parent 5e6d8d2 commit 8569955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq/fe-connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,7 @@ PQconnectPoll(PGconn *conn)
29082908
}
29092909

29102910
/*
2911-
* If a read-write connection is requisted check for same.
2911+
* If a read-write connection is requested check for same.
29122912
*/
29132913
if (conn->target_session_attrs != NULL &&
29142914
strcmp(conn->target_session_attrs, "read-write") == 0)

0 commit comments

Comments
 (0)