summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-03-12 21:10:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-03-12 21:10:48 +0000
commit6b0de80867a0028e02ad34ae67d182e378cda742 (patch)
tree58293d4eb11141de5d9c3c4706f5053511183baa /auto
parent5d6ca1e3e4f969f621dcac66d936efcfcea44eb6 (diff)
fix typo
Diffstat (limited to 'auto')
-rw-r--r--auto/modules6
-rw-r--r--auto/sources6
2 files changed, 6 insertions, 6 deletions
diff --git a/auto/modules b/auto/modules
index c9b09aed..94bd7fba 100644
--- a/auto/modules
+++ b/auto/modules
@@ -113,7 +113,7 @@ fi
if [ $HTTP_POSTPONE = YES ]; then
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_POSTPONE_FILTER_MODULE"
- HTTP_SRCS="$HTTP_SRCS $HTPP_POSTPONE_FILTER_SRCS"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_POSTPONE_FILTER_SRCS"
fi
if [ $HTTP_CHARSET = YES ]; then
@@ -278,8 +278,8 @@ fi
# STUB
#USE_MD5=YES
-#HTTP_SRCS="$HTTP_SRCS $HTPP_CACHE_SRCS"
-#HTTP_SRCS="$HTTP_SRCS $HTPP_FILE_CACHE_SRCS"
+#HTTP_SRCS="$HTTP_SRCS $HTTP_CACHE_SRCS"
+#HTTP_SRCS="$HTTP_SRCS $HTTP_FILE_CACHE_SRCS"
if [ $HTTP_STUB_STATUS = YES ]; then
have=NGX_STAT_STUB . auto/have
diff --git a/auto/sources b/auto/sources
index fd0cfd2f..9c7311eb 100644
--- a/auto/sources
+++ b/auto/sources
@@ -307,10 +307,10 @@ HTTP_SRCS="src/http/ngx_http.c \
# STUB
HTTP_SRCS="$HTTP_SRCS src/http/ngx_http_busy_lock.c"
-HTPP_POSTPONE_FILTER_SRCS=src/http/ngx_http_postpone_filter_module.c
+HTTP_POSTPONE_FILTER_SRCS=src/http/ngx_http_postpone_filter_module.c
-HTPP_CACHE_SRCS=src/http/ngx_http_cache.c
-HTPP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
+HTTP_CACHE_SRCS=src/http/ngx_http_cache.c
+HTTP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module