From: Daniel Gustafsson Date: Thu, 2 May 2024 08:38:28 +0000 (+0200) Subject: doc: Fix incorrectly spelled structname X-Git-Tag: REL_17_BETA1~118 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a27ccc235d5fd313d79ee16d45ba9bf0b0d80f5f;p=postgresql.git doc: Fix incorrectly spelled structname Commit 61461a300c1 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 --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index aed45f3428b..101c676e085 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6517,7 +6517,7 @@ int PQcancelSocket(const PGcancelConn *cancelConn); A valid descriptor will be greater than or equal to 0; a result of -1 indicates that no server connection is currently open. This might change as a result of calling any of the functions - in this section on the PQcancelConn + in this section on the PGcancelConn (except for and PQcancelSocket itself).