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-auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/libpq/fe-auth.c') diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index 1fff4fe340c..c8ff40ac5cb 100644 --- a/src/interfaces/libpq/fe-auth.c +++ b/src/interfaces/libpq/fe-auth.c @@ -285,7 +285,7 @@ pg_krb5_sendauth(PGconn *conn) char sebuf[256]; printfPQExpBuffer(&conn->errorMessage, - libpq_gettext("could not restore non-blocking mode on socket: %s\n"), + libpq_gettext("could not restore nonblocking mode on socket: %s\n"), pqStrerror(errno, sebuf, sizeof(sebuf))); ret = STATUS_ERROR; } -- cgit v1.2.3