Fix typo in libpq.sgml.
authorFujii Masao <fujii@postgresql.org>
Mon, 6 Apr 2015 03:15:20 +0000 (12:15 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 6 Apr 2015 03:17:53 +0000 (12:17 +0900)
Back-patch to all supported versions.

Michael Paquier

doc/src/sgml/libpq.sgml

index a3a3fe7604a746fd9184ad55f4a016a229ac04ce..0c33e36e067ef18483b888545f501db46aff82d6 100644 (file)
@@ -5111,7 +5111,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>