# HG changeset patch # User Igor Sysoev # Date 1265034260 0 # Node ID 62f5fb57bbc11315a6b03ebff98552101d33abba # Parent 612436ad775ae4168fa2f22cd197de127fbbb434 merge r3147: fix typo in addition_types directive name diff -r 612436ad775a -r 62f5fb57bbc1 src/http/modules/ngx_http_addition_filter_module.c --- a/src/http/modules/ngx_http_addition_filter_module.c Mon Feb 01 14:16:45 2010 +0000 +++ b/src/http/modules/ngx_http_addition_filter_module.c Mon Feb 01 14:24:20 2010 +0000 @@ -45,7 +45,7 @@ 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,