From acd5803053eb5ff6ad055ac1f7670625f1d111e0 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 18 Apr 2013 23:35:19 -0400 Subject: Standardize spelling of "nonblocking" Only adjusted the user-exposed messages and documentation, not all source code comments. --- src/interfaces/libpq/fe-connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/libpq/fe-connect.c') diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index eea9c6bdaa3..ae9dfaa0add 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -1666,7 +1666,7 @@ keep_going: /* We will come back to here until there is if (!pg_set_noblock(conn->sock)) { appendPQExpBuffer(&conn->errorMessage, - libpq_gettext("could not set socket to non-blocking mode: %s\n"), + libpq_gettext("could not set socket to nonblocking mode: %s\n"), SOCK_STRERROR(SOCK_ERRNO, sebuf, sizeof(sebuf))); pqDropConnection(conn); conn->addr_cur = addr_cur->ai_next; -- cgit v1.2.3