diff src/core/ngx_connection.c @ 2254:353dbe12845e

fix grammar
author Igor Sysoev <igor@sysoev.ru>
date Wed, 17 Sep 2008 08:03:58 +0000
parents 5975975eedc0
children 2e91aecb9e57
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 */