# HG changeset patch # User Ruslan Ermilov # Date 1333050447 0 # Node ID 1f0ecc90001078f5649294bfc1992d1a9d8305b0 # Parent ff0e8fb098029914fa20dbf2771acbda2f002c70 Corrected spelling of error message (ticket #136). diff -r ff0e8fb09802 -r 1f0ecc900010 src/http/modules/ngx_http_ssi_filter_module.c --- a/src/http/modules/ngx_http_ssi_filter_module.c Wed Mar 28 13:29:55 2012 +0000 +++ b/src/http/modules/ngx_http_ssi_filter_module.c Thu Mar 29 19:47:27 2012 +0000 @@ -714,7 +714,7 @@ 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; }