From d275b8b16a57a60e7d776fd1dfddb93975ec4ad4 Mon Sep 17 00:00:00 2001
From: Justin Pryzby <pryzbyj@telsasoft.com>
Date: Sat, 4 Dec 2021 16:47:31 -0600
Subject: [PATCH 06/33] libpq: since 2a3f6e368babdac7b586a7d43105af60fc08b1a3

---
 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 e0ab7cd5555..7d8c953497a 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -4987,7 +4987,7 @@ int PQflush(PGconn *conn);
    <xref linkend="libpq-PQflush"/> returns 0.  (It is necessary to check for
    read-ready and drain the input with <xref linkend="libpq-PQconsumeInput"/>,
    because the server can block trying to send us data, e.g., NOTICE
-   messages, and won't read our data until we read its.)  Once
+   messages, and won't read the data we've sent until we read its data.)  Once
    <xref linkend="libpq-PQflush"/> returns 0, wait for the socket to be
    read-ready and then read the response as described above.
   </para>
-- 
2.17.1

