Fixed typo in the error message.

This commit is contained in:
Andrei Belov 2015-08-11 10:28:00 +03:00
parent 97741382b6
commit 9500e19919

View File

@ -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);
}