Skip to content

Commit a27ccc2

Browse files
doc: Fix incorrectly spelled structname
Commit 61461a3 accidentally misspelled the PGcancelConn struct using the PQ prefix (which admittedly is a very easy typo to make). Reported off-list. Reported-by: Alexander Lakhin <exclusion@gmail.com>
1 parent 4a65e1c commit a27ccc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6517,7 +6517,7 @@ int PQcancelSocket(const PGcancelConn *cancelConn);
65176517
A valid descriptor will be greater than or equal to 0;
65186518
a result of -1 indicates that no server connection is currently open.
65196519
This might change as a result of calling any of the functions
6520-
in this section on the <structname>PQcancelConn</structname>
6520+
in this section on the <structname>PGcancelConn</structname>
65216521
(except for <xref linkend="libpq-PQcancelErrorMessage"/> and
65226522
<function>PQcancelSocket</function> itself).
65236523
</para>

0 commit comments

Comments
 (0)