mirror of
https://github.com/nginx/nginx.git
synced 2026-06-27 12:21:57 +00:00
Corrected spelling of error message (ticket #136).
This commit is contained in:
parent
a3d007c53a
commit
b4ab3ddf9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
||||
"too many SSI command paramters: \"%V\"",
|
||||
"too many SSI command parameters: \"%V\"",
|
||||
&ctx->command);
|
||||
goto ssi_error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue