Typo in libpq
Started by Daniel Gustafssonalmost 9 years ago2 messages
There seems to be a typo in libpq as per attached, “..we will loose error
messages” should probably be “..we will lose error messages”.
cheers ./daniel
Attachments:
typo-libpq-loose.diffapplication/octet-stream; name=typo-libpq-loose.diffDownload
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index 27155f8..d79a1cf 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -2896,7 +2896,7 @@ keep_going: /* We will come back to here until there is
* We are yet to make a connection. Save all existing error
* messages until we make a successful connection state.
* This is important because PQsendQuery is going to reset
- * conn->errorMessage and we will loose error messages
+ * conn->errorMessage and we will lose error messages
* related to previous hosts we have tried to connect and
* failed.
*/
Re: Typo in libpq
On Thu, Mar 30, 2017 at 3:48 PM, Daniel Gustafsson <daniel@yesql.se> wrote:
There seems to be a typo in libpq as per attached, “..we will loose error
messages” should probably be “..we will lose error messages”.
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/