diff options
author | Peter Eisentraut | 2013-04-19 03:35:19 +0000 |
---|---|---|
committer | Peter Eisentraut | 2013-04-19 03:35:19 +0000 |
commit | acd5803053eb5ff6ad055ac1f7670625f1d111e0 (patch) | |
tree | 5babb7fc7da1afe07987202ee9909c1d65af88bf /src/interfaces/libpq/fe-auth.c | |
parent | 5286963066ce7420d80882528b5f07c28f39eacf (diff) |
Standardize spelling of "nonblocking"
Only adjusted the user-exposed messages and documentation, not all
source code comments.
Diffstat (limited to 'src/interfaces/libpq/fe-auth.c')
-rw-r--r-- | src/interfaces/libpq/fe-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |