From: Ruslan Ermilov Date: Thu, 29 Mar 2012 19:47:27 +0000 (+0000) Subject: Corrected spelling of error message (ticket #136). X-Git-Tag: release-1.1.19~19 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=b4ab3ddf9d2e040293b282a773c05cefa2acd54b;p=nginx.git Corrected spelling of error message (ticket #136). --- diff --git a/src/http/modules/ngx_http_ssi_filter_module.c b/src/http/modules/ngx_http_ssi_filter_module.c index 0d86e692a..f47cb429d 100644 --- a/src/http/modules/ngx_http_ssi_filter_module.c +++ b/src/http/modules/ngx_http_ssi_filter_module.c @@ -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; }