diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-09-17 08:03:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-17 08:03:58 +0000 |
commit | c9ff5b6dffa8abc6acf872f8e70d4fd09f85d40c (patch) | |
tree | bdc6d7eb8f6a55be205ca60189897be32e0086e3 /src | |
parent | f8403702bae9971701052c5ef7b205d4ec7cb87b (diff) | |
download | nginx-c9ff5b6dffa8abc6acf872f8e70d4fd09f85d40c.tar.gz nginx-c9ff5b6dffa8abc6acf872f8e70d4fd09f85d40c.zip |
fix grammar
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ngx_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index 226dc1ec8..28c904b5e 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -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 */ |