diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-02-01 14:24:20 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-02-01 14:24:20 +0000 |
| commit | d23a26796472ebcf3d161cd7b81fee18df3c1a0b (patch) | |
| tree | 7165e8388daeb731972e416b986e171856e72dd7 /src | |
| parent | 12c54b3871245ba8eec2160171bdc6471458ad60 (diff) | |
| download | nginx-d23a26796472ebcf3d161cd7b81fee18df3c1a0b.tar.gz nginx-d23a26796472ebcf3d161cd7b81fee18df3c1a0b.tar.bz2 | |
merge r3147:
fix typo in addition_types directive name
Diffstat (limited to 'src')
| -rw-r--r-- | src/http/modules/ngx_http_addition_filter_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_addition_filter_module.c b/src/http/modules/ngx_http_addition_filter_module.c index 4076c5374..c78361c66 100644 --- a/src/http/modules/ngx_http_addition_filter_module.c +++ b/src/http/modules/ngx_http_addition_filter_module.c @@ -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, |
