Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ee67928

Browse files
committed
Fix typo in libpq.sgml.
Back-patch to all supported versions. Michael Paquier
1 parent 8972a15 commit ee67928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5665,7 +5665,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
56655665

56665666
<para>
56675667
The main reason that this function is separate from
5668-
<function>PQmakeEmptyPGResult</function> is that it is often appropriate
5668+
<function>PQmakeEmptyPGresult</function> is that it is often appropriate
56695669
to create a <structname>PGresult</structname> and fill it with data
56705670
before invoking the event procedures.
56715671
</para>

0 commit comments

Comments
 (0)