mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 03:22:48 +08:00
Fixed typos.
This commit is contained in:
parent
37a3a2b2e8
commit
35f05dd51f
@ -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,
|
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||||
"evaluted left: \"%V\"", &left);
|
"evaluated left: \"%V\"", &left);
|
||||||
|
|
||||||
if (p == last) {
|
if (p == last) {
|
||||||
if (left.len) {
|
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,
|
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||||
"evaluted right: \"%V\"", &right);
|
"evaluated right: \"%V\"", &right);
|
||||||
|
|
||||||
if (noregex) {
|
if (noregex) {
|
||||||
if (left.len != right.len) {
|
if (left.len != right.len) {
|
||||||
|
Loading…
Reference in New Issue
Block a user