From: Igor Sysoev Date: Wed, 17 Sep 2008 08:03:58 +0000 (+0000) Subject: fix grammar X-Git-Tag: release-0.7.18~17 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=c9ff5b6dffa8abc6acf872f8e70d4fd09f85d40c;p=nginx.git fix grammar --- diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index 226dc1ec8..28c904b5e 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -593,7 +593,7 @@ ngx_get_connection(ngx_socket_t s, ngx_log_t *log) if (c == NULL) { ngx_log_error(NGX_LOG_ALERT, log, 0, - "%ui worker_connections is not enough", + "%ui worker_connections are not enough", ngx_cycle->connection_n); /* ngx_mutex_unlock */