mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Standardize spelling of "nonblocking"
Only adjusted the user-exposed messages and documentation, not all source code comments.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user