mirror of
https://github.com/nginx/nginx.git
synced 2024-12-14 03:39:00 +08:00
Corrected spelling of error message (ticket #136).
This commit is contained in:
parent
a3d007c53a
commit
b4ab3ddf9d
@ -714,7 +714,7 @@ ngx_http_ssi_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
|
|||||||
|
|
||||||
if (ctx->params.nelts > NGX_HTTP_SSI_MAX_PARAMS) {
|
if (ctx->params.nelts > NGX_HTTP_SSI_MAX_PARAMS) {
|
||||||
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
||||||
"too many SSI command paramters: \"%V\"",
|
"too many SSI command parameters: \"%V\"",
|
||||||
&ctx->command);
|
&ctx->command);
|
||||||
goto ssi_error;
|
goto ssi_error;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user