Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 156d388

Browse files
committed
Fix typo in comment
Daniel Gustafsson
1 parent ab1e644 commit 156d388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq/fe-connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2896,7 +2896,7 @@ PQconnectPoll(PGconn *conn)
28962896
* We are yet to make a connection. Save all existing error
28972897
* messages until we make a successful connection state.
28982898
* This is important because PQsendQuery is going to reset
2899-
* conn->errorMessage and we will loose error messages
2899+
* conn->errorMessage and we will lose error messages
29002900
* related to previous hosts we have tried to connect and
29012901
* failed.
29022902
*/

0 commit comments

Comments
 (0)