comparison 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
comparison
equal deleted inserted replaced
2253:ea46d05a4d25 2254:353dbe12845e
591 591
592 c = ngx_cycle->free_connections; 592 c = ngx_cycle->free_connections;
593 593
594 if (c == NULL) { 594 if (c == NULL) {
595 ngx_log_error(NGX_LOG_ALERT, log, 0, 595 ngx_log_error(NGX_LOG_ALERT, log, 0,
596 "%ui worker_connections is not enough", 596 "%ui worker_connections are not enough",
597 ngx_cycle->connection_n); 597 ngx_cycle->connection_n);
598 598
599 /* ngx_mutex_unlock */ 599 /* ngx_mutex_unlock */
600 600
601 return NULL; 601 return NULL;