]> git.kaiwu.me - nginx.git/commitdiff
merge r3147:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 14:24:20 +0000 (14:24 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 14:24:20 +0000 (14:24 +0000)
fix typo in addition_types directive name

src/http/modules/ngx_http_addition_filter_module.c

index 4076c5374c5babcbdb5702e8a18568c6e51716b1..c78361c6659e8e8c96f192dd88017cf6aa618c66 100644 (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,