diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-09-22 09:06:15 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-09-22 09:06:15 +0000 |
commit | 70df46f5c55d7c4fd3ee1562c487669dfcc8cd71 (patch) | |
tree | 6320297f5c7f2fc4a444173e52a6740913cb8022 /src | |
parent | 7386cf58a770d2c875ad39a1e981466c81ec8893 (diff) | |
download | nginx-70df46f5c55d7c4fd3ee1562c487669dfcc8cd71.tar.gz nginx-70df46f5c55d7c4fd3ee1562c487669dfcc8cd71.zip |
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, |