changeset 2254:353dbe12845e

fix grammar
author Igor Sysoev <igor@sysoev.ru>
date Wed, 17 Sep 2008 08:03:58 +0000
parents ea46d05a4d25
children fb7995c7bdd9
files src/core/ngx_connection.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -593,7 +593,7 @@ ngx_get_connection(ngx_socket_t s, ngx_l
 
     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 */