details:   http://hg.nginx.org/nginx/rev/808fd1f0b94b
branches:  
changeset: 6219:808fd1f0b94b
user:      Andrei Belov <de...@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);
     }
 

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to