summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-auth.c
diff options
context:
space:
mode:
authorPeter Eisentraut2013-04-19 03:35:19 +0000
committerPeter Eisentraut2013-04-19 03:35:19 +0000
commitacd5803053eb5ff6ad055ac1f7670625f1d111e0 (patch)
tree5babb7fc7da1afe07987202ee9909c1d65af88bf /src/interfaces/libpq/fe-auth.c
parent5286963066ce7420d80882528b5f07c28f39eacf (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.c2
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;
}