]> git.kaiwu.me - nginx.git/commitdiff
fix grammar
authorIgor Sysoev <igor@sysoev.ru>
Wed, 17 Sep 2008 08:03:58 +0000 (08:03 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 17 Sep 2008 08:03:58 +0000 (08:03 +0000)
src/core/ngx_connection.c

index 226dc1ec8866d371a9bf3257402163ebf0f2c913..28c904b5e8510f60a6ef52a1c13eaad942ad90e5 100644 (file)
@@ -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 */