From: Magnus Hagander Date: Fri, 31 Mar 2017 07:00:38 +0000 (+0200) Subject: Fix typo in comment X-Git-Tag: REL_10_BETA1~439 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=156d3882f89d2a224029e4c81adacd279eb1cdfc;p=postgresql Fix typo in comment Daniel Gustafsson --- diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index 27155f8578..d79a1cfc02 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. */