commit | f87d559f23ba3fa40f79a8b78ca29937180d4ce2 | [log] [tgz] |
---|---|---|
author | Andrei Belov <defan@nginx.com> | Tue Aug 11 10:28:00 2015 +0300 |
committer | Andrei Belov <defan@nginx.com> | Tue Aug 11 10:28:00 2015 +0300 |
tree | 5681502909ab02fc0b4dbe6489dc76c063a43003 | |
parent | b1b060511a4efa9351fb5f6097ca8244c374f7d8 [diff] |
Fixed typo in the error message.
diff --git a/src/core/ngx_open_file_cache.c b/src/core/ngx_open_file_cache.c index 4df2134..f8bb2e3 100644 --- a/src/core/ngx_open_file_cache.c +++ b/src/core/ngx_open_file_cache.c
@@ -128,7 +128,7 @@ 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); }