mirror of
https://github.com/nginx/nginx.git
synced 2025-06-24 15:20:39 +08:00
Fixed misspellings of the word "dependencies".
This commit is contained in:
parent
66f6ba5c95
commit
af50336263
@ -50,7 +50,7 @@ END
|
|||||||
ngx_all_srcs="$CORE_SRCS"
|
ngx_all_srcs="$CORE_SRCS"
|
||||||
|
|
||||||
|
|
||||||
# the core dependences and include paths
|
# the core dependencies and include paths
|
||||||
|
|
||||||
ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \
|
ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \
|
||||||
| sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \
|
| sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \
|
||||||
@ -70,7 +70,7 @@ CORE_INCS = $ngx_include_opt$ngx_incs
|
|||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
# the http dependences and include paths
|
# the http dependencies and include paths
|
||||||
|
|
||||||
if [ $HTTP = YES ]; then
|
if [ $HTTP = YES ]; then
|
||||||
|
|
||||||
@ -96,7 +96,7 @@ END
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# the mail dependences and include paths
|
# the mail dependencies and include paths
|
||||||
|
|
||||||
if [ $MAIL = YES ]; then
|
if [ $MAIL = YES ]; then
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ END
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# the stream dependences and include paths
|
# the stream dependencies and include paths
|
||||||
|
|
||||||
if [ $STREAM = YES ]; then
|
if [ $STREAM = YES ]; then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user