]> git.kaiwu.me - nginx.git/commitdiff
Corrected spelling of error message (ticket #136).
authorRuslan Ermilov <ru@nginx.com>
Thu, 29 Mar 2012 19:47:27 +0000 (19:47 +0000)
committerRuslan Ermilov <ru@nginx.com>
Thu, 29 Mar 2012 19:47:27 +0000 (19:47 +0000)
src/http/modules/ngx_http_ssi_filter_module.c

index 0d86e692a50661c44f9bab198e9604077ef59735..f47cb429dfc1792a8f51e1473ca3e2840d8c647d 100644 (file)
@@ -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;
                 }