aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2015-08-11 10:28:00 +0300
committerAndrei Belov <defan@nginx.com>2015-08-11 10:28:00 +0300
commit9500e19919b5410b8bc17dbd3d705eef8cf5b1d8 (patch)
tree5681502909ab02fc0b4dbe6489dc76c063a43003 /src
parent97741382b6f22352413ed5bfb4787cfa74148bdf (diff)
downloadnginx-9500e19919b5410b8bc17dbd3d705eef8cf5b1d8.tar.gz
nginx-9500e19919b5410b8bc17dbd3d705eef8cf5b1d8.zip
Fixed typo in the error message.
Diffstat (limited to 'src')
-rw-r--r--src/core/ngx_open_file_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_open_file_cache.c b/src/core/ngx_open_file_cache.c
index 4df2134b2..f8bb2e38e 100644
--- a/src/core/ngx_open_file_cache.c
+++ b/src/core/ngx_open_file_cache.c
@@ -128,7 +128,7 @@ ngx_open_file_cache_cleanup(void *data)
if (cache->current) {
ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, 0,
- "%ui items still leave in open file cache",
+ "%ui items still left in open file cache",
cache->current);
}