merge r3147:

fix typo in addition_types directive name
This commit is contained in:
Igor Sysoev 2010-02-01 14:24:20 +00:00
parent a5b05e329f
commit 313e559485
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static ngx_command_t ngx_http_addition_commands[] = {
offsetof(ngx_http_addition_conf_t, after_body),
NULL },
{ ngx_string("addtion_types"),
{ ngx_string("addition_types"),
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_1MORE,
ngx_http_types_slot,
NGX_HTTP_LOC_CONF_OFFSET,