aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@cloudflare.com>2016-04-11 16:47:11 +0100
committerAlessandro Ghedini <alessandro@cloudflare.com>2016-04-11 16:47:11 +0100
commit35f05dd51fd13433c883eb5f9f9d3a0ea99ff44d (patch)
tree41a7e20ec18254232773e5d4dd513240501578e9 /src
parent37a3a2b2e8ef3202045e4095d894f806ed5e7654 (diff)
downloadnginx-35f05dd51fd13433c883eb5f9f9d3a0ea99ff44d.tar.gz
nginx-35f05dd51fd13433c883eb5f9f9d3a0ea99ff44d.zip
Fixed typos.
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_ssi_filter_module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_ssi_filter_module.c b/src/http/modules/ngx_http_ssi_filter_module.c
index b0e4c8c92..fc6e65bb6 100644
--- a/src/http/modules/ngx_http_ssi_filter_module.c
+++ b/src/http/modules/ngx_http_ssi_filter_module.c
@@ -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) {