comparison src/http/modules/ngx_http_ssi_filter_module.c @ 4567:1f0ecc900010

Corrected spelling of error message (ticket #136).
author Ruslan Ermilov <ru@nginx.com>
date Thu, 29 Mar 2012 19:47:27 +0000
parents 00ccad19c53d
children 834049edae24
comparison
equal deleted inserted replaced
4566:ff0e8fb09802 4567:1f0ecc900010
712 goto ssi_error; 712 goto ssi_error;
713 } 713 }
714 714
715 if (ctx->params.nelts > NGX_HTTP_SSI_MAX_PARAMS) { 715 if (ctx->params.nelts > NGX_HTTP_SSI_MAX_PARAMS) {
716 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, 716 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
717 "too many SSI command paramters: \"%V\"", 717 "too many SSI command parameters: \"%V\"",
718 &ctx->command); 718 &ctx->command);
719 goto ssi_error; 719 goto ssi_error;
720 } 720 }
721 721
722 ngx_memzero(params, 722 ngx_memzero(params,