mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 03:22:48 +08:00
fix grammar
This commit is contained in:
parent
f8403702ba
commit
c9ff5b6dff
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user