Commit 8569955e authored by Robert Haas's avatar Robert Haas

Fix typo in comment.

Higuchi Daisuke
parent 5e6d8d2b
...@@ -2908,7 +2908,7 @@ keep_going: /* We will come back to here until there is ...@@ -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 && if (conn->target_session_attrs != NULL &&
strcmp(conn->target_session_attrs, "read-write") == 0) strcmp(conn->target_session_attrs, "read-write") == 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment