# HG changeset patch # User Ruslan Ermilov # Date 1333050447 0 # Node ID 1f0ecc90001078f5649294bfc1992d1a9d8305b0 # Parent ff0e8fb098029914fa20dbf2771acbda2f002c70 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 --- 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_reques 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; }