mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 05:33:52 -06:00
Fixed typo in the error message.
This commit is contained in:
parent
97741382b6
commit
9500e19919
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user