Corrected spelling of error message (ticket #136).

This commit is contained in:
Ruslan Ermilov 2012-03-29 19:47:27 +00:00
parent a3d007c53a
commit b4ab3ddf9d

View File

@ -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;
}