diff options
| author | Robert Haas | 2012-04-24 02:43:09 +0000 |
|---|---|---|
| committer | Robert Haas | 2012-04-24 02:43:09 +0000 |
| commit | 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch) | |
| tree | f0f7fa40b63a23b10e9d03ea47f97020565a66f6 /contrib/dblink | |
| parent | 7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff) | |
Lots of doc corrections.
Josh Kupershmidt
Diffstat (limited to 'contrib/dblink')
| -rw-r--r-- | contrib/dblink/dblink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dblink/dblink.c b/contrib/dblink/dblink.c index 8154cae7bd..84d7c49258 100644 --- a/contrib/dblink/dblink.c +++ b/contrib/dblink/dblink.c @@ -1795,7 +1795,7 @@ dblink_current_query(PG_FUNCTION_ARGS) /* * Retrieve async notifications for a connection. * - * Returns an setof record of notifications, or an empty set if none recieved. + * Returns an setof record of notifications, or an empty set if none received. * Can optionally take a named connection as parameter, but uses the unnamed connection per default. * */ |
