From: Magnus Hagander Date: Tue, 5 Apr 2016 09:05:01 +0000 (+0200) Subject: Fix typo X-Git-Tag: REL9_6_BETA1~284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9457b591b949d3c256dd91043df71fb11657227a;p=postgresql Fix typo Etsuro Fujita --- diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index 5ad475508d..9b2839b96c 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -3161,7 +3161,7 @@ PQresetPoll(PGconn *conn) } /* - * PQcancelGet: get a PGcancel structure corresponding to a connection. + * PQgetCancel: get a PGcancel structure corresponding to a connection. * * A copy is needed to be able to cancel a running query from a different * thread. If the same structure is used all structure members would have