diff 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
line wrap: on
line diff
--- 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;
                 }