fix grammar

This commit is contained in:
Igor Sysoev 2008-09-17 08:03:58 +00:00
parent fe6ecb318d
commit abf2c011ff

View 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 */