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

Michael Paquier

doc/src/sgml/libpq.sgml

index bce5b80d72450d3858eff95775b0c1c92473154b..8ac9f1e6d4e9d88a849984b7843e18366787ed1d 100644 (file)
@@ -5665,7 +5665,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
 
      
       The main reason that this function is separate from
-      PQmakeEmptyPGResult is that it is often appropriate
+      PQmakeEmptyPGresult is that it is often appropriate
       to create a PGresult and fill it with data
       before invoking the event procedures.