Fix typo in comment.

Higuchi Daisuke
This commit is contained in:
Robert Haas 2017-02-14 21:06:13 -05:00
parent 5e6d8d2bbb
commit 8569955ee3
1 changed files with 1 additions and 1 deletions

View 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)