We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6d8d2 commit 8569955Copy full SHA for 8569955
src/interfaces/libpq/fe-connect.c
@@ -2908,7 +2908,7 @@ PQconnectPoll(PGconn *conn)
2908
}
2909
2910
/*
2911
- * If a read-write connection is requisted check for same.
+ * If a read-write connection is requested check for same.
2912
*/
2913
if (conn->target_session_attrs != NULL &&
2914
strcmp(conn->target_session_attrs, "read-write") == 0)
0 commit comments