From a27ccc235d5fd313d79ee16d45ba9bf0b0d80f5f Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 2 May 2024 10:38:28 +0200 Subject: [PATCH] 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 --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.30.2