[nginx] Fixed typos.

Ruslan Ermilov ru at nginx.com
Tue Apr 12 06:41:05 UTC 2016


details:   http://hg.nginx.org/nginx/rev/a3be359e6c7d
branches:  
changeset: 6510:a3be359e6c7d
user:      Alessandro Ghedini <alessandro at cloudflare.com>
date:      Mon Apr 11 16:47:11 2016 +0100
description:
Fixed typos.

diffstat:

 src/http/modules/ngx_http_ssi_filter_module.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 7640d6c213e1 -r a3be359e6c7d src/http/modules/ngx_http_ssi_filter_module.c
--- a/src/http/modules/ngx_http_ssi_filter_module.c	Fri Apr 08 15:03:38 2016 +0300
+++ b/src/http/modules/ngx_http_ssi_filter_module.c	Mon Apr 11 16:47:11 2016 +0100
@@ -2525,7 +2525,7 @@ ngx_http_ssi_if(ngx_http_request_t *r, n
     }
 
     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                   "evaluted left: \"%V\"", &left);
+                   "evaluated left: \"%V\"", &left);
 
     if (p == last) {
         if (left.len) {
@@ -2589,7 +2589,7 @@ ngx_http_ssi_if(ngx_http_request_t *r, n
     }
 
     ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                   "evaluted right: \"%V\"", &right);
+                   "evaluated right: \"%V\"", &right);
 
     if (noregex) {
         if (left.len != right.len) {



More information about the nginx-devel mailing list