[PATCH] Fixed typos

Alessandro Ghedini alessandro at cloudflare.com
Mon Apr 11 15:54:35 UTC 2016


# HG changeset patch
# User Alessandro Ghedini <alessandro at cloudflare.com>
# Date 1460389631 -3600
#      Mon Apr 11 16:47:11 2016 +0100
# Node ID 892560ebe055092c3bed769234b2bae19d67fb71
# Parent  7640d6c213e150669c8ca7b4005f4c09bf360070
Fixed typos.

diff -r 7640d6c213e1 -r 892560ebe055 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