summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorAndrey Belov <defan@nginx.com>2012-09-28 13:49:26 +0000
committerAndrey Belov <defan@nginx.com>2012-09-28 13:49:26 +0000
commit8be233c8f2a3544195be4a6e97243437cd78df60 (patch)
tree89873a0b046621eed770b3ee4bf420e186c7f61f /auto
parentb33a3168838255e92956508a17e6a86239a7afa9 (diff)
downloadnginx-8be233c8f2a3544195be4a6e97243437cd78df60.tar.gz
nginx-8be233c8f2a3544195be4a6e97243437cd78df60.tar.bz2
Correct plural form for "path" in the whole source base.
Diffstat (limited to 'auto')
-rw-r--r--auto/make6
1 files changed, 3 insertions, 3 deletions
diff --git a/auto/make b/auto/make
index e7f549040..05b74543c 100644
--- a/auto/make
+++ b/auto/make
@@ -49,7 +49,7 @@ END
ngx_all_srcs="$CORE_SRCS"
-# the core dependences and include pathes
+# the core dependences and include paths
ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \
| sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \
@@ -69,7 +69,7 @@ CORE_INCS = $ngx_include_opt$ngx_incs
END
-# the http dependences and include pathes
+# the http dependences and include paths
if [ $HTTP = YES ]; then
@@ -95,7 +95,7 @@ END
fi
-# the mail dependences and include pathes
+# the mail dependences and include paths
if [ $MAIL = YES ]; then