diff options
| author | Robert Haas | 2017-02-15 02:06:13 +0000 |
|---|---|---|
| committer | Robert Haas | 2017-02-15 02:08:10 +0000 |
| commit | 8569955ee39650a667b9700385e1bc19fbf47069 (patch) | |
| tree | 0f6bbdc22f9bfd5ca38e4f3584c567428fe3e335 /src/interfaces | |
| parent | 5e6d8d2bbbcace304450b309e79366c0da4063e4 (diff) | |
Fix typo in comment.
Higuchi Daisuke
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/libpq/fe-connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index b83af64e090..c505b661c6b 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -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) |
