[nginx] Fixed misspellings of the word "dependencies".
Ruslan Ermilov
ru at nginx.com
Wed Jun 3 05:23:59 UTC 2015
details: http://hg.nginx.org/nginx/rev/4e5dda15f18f
branches:
changeset: 6164:4e5dda15f18f
user: Ruslan Ermilov <ru at nginx.com>
date: Wed Jun 03 08:23:35 2015 +0300
description:
Fixed misspellings of the word "dependencies".
diffstat:
auto/make | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 4e71788460fa -r 4e5dda15f18f auto/make
--- a/auto/make Mon Jun 01 21:08:56 2015 +0300
+++ b/auto/make Wed Jun 03 08:23:35 2015 +0300
@@ -50,7 +50,7 @@ END
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 \
| sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \
@@ -70,7 +70,7 @@ CORE_INCS = $ngx_include_opt$ngx_incs
END
-# the http dependences and include paths
+# the http dependencies and include paths
if [ $HTTP = YES ]; then
@@ -96,7 +96,7 @@ END
fi
-# the mail dependences and include paths
+# the mail dependencies and include paths
if [ $MAIL = YES ]; then
@@ -122,7 +122,7 @@ END
fi
-# the stream dependences and include paths
+# the stream dependencies and include paths
if [ $STREAM = YES ]; then
More information about the nginx-devel
mailing list