]> git.kaiwu.me - nginx.git/commitdiff
Fixed typos.
authorAlessandro Ghedini <alessandro@cloudflare.com>
Mon, 11 Apr 2016 15:47:11 +0000 (16:47 +0100)
committerAlessandro Ghedini <alessandro@cloudflare.com>
Mon, 11 Apr 2016 15:47:11 +0000 (16:47 +0100)
src/http/modules/ngx_http_ssi_filter_module.c

index b0e4c8c9257a36ee30a60dcfc55d0204a852a7c6..fc6e65bb68a7abb929c26213f979070dea32f7a9 100644 (file)
@@ -2525,7 +2525,7 @@ ngx_http_ssi_if(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx,
     }
 
     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, ngx_http_ssi_ctx_t *ctx,
     }
 
     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) {