diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 04483330a53c7e8a80c5deeb49300c72ea35f87f..ecf22a72d38e607221399ab1d4aab2431f34d8cd 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5556,7 +5556,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res); <para> The main reason that this function is separate from - <function>PQmakeEmptyPGResult</function> is that it is often appropriate + <function>PQmakeEmptyPGresult</function> is that it is often appropriate to create a <structname>PGresult</structname> and fill it with data before invoking the event procedures. </para>