fix grammar

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

View File

@ -593,7 +593,7 @@ ngx_get_connection(ngx_socket_t s, ngx_log_t *log)
if (c == NULL) { if (c == NULL) {
ngx_log_error(NGX_LOG_ALERT, log, 0, 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_cycle->connection_n);
/* ngx_mutex_unlock */ /* ngx_mutex_unlock */