[nginx] Fixed typo in the error message.
Andrei Belov
defan at nginx.com
Tue Aug 11 09:00:41 UTC 2015
details: http://hg.nginx.org/nginx/rev/808fd1f0b94b
branches:
changeset: 6219:808fd1f0b94b
user: Andrei Belov <defan at nginx.com>
date: Tue Aug 11 10:28:00 2015 +0300
description:
Fixed typo in the error message.
diffstat:
src/core/ngx_open_file_cache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 3096ae76ba47 -r 808fd1f0b94b src/core/ngx_open_file_cache.c
--- a/src/core/ngx_open_file_cache.c Thu Jul 23 14:00:03 2015 -0400
+++ b/src/core/ngx_open_file_cache.c Tue Aug 11 10:28:00 2015 +0300
@@ -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);
}
More information about the nginx-devel
mailing list