summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_cycle.h
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 /src/core/ngx_cycle.h
parentb33a3168838255e92956508a17e6a86239a7afa9 (diff)
downloadnginx-8be233c8f2a3544195be4a6e97243437cd78df60.tar.gz
nginx-8be233c8f2a3544195be4a6e97243437cd78df60.tar.bz2
Correct plural form for "path" in the whole source base.
Diffstat (limited to 'src/core/ngx_cycle.h')
-rw-r--r--src/core/ngx_cycle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h
index 551b6288e..b55fee0f1 100644
--- a/src/core/ngx_cycle.h
+++ b/src/core/ngx_cycle.h
@@ -48,7 +48,7 @@ struct ngx_cycle_s {
ngx_queue_t reusable_connections_queue;
ngx_array_t listening;
- ngx_array_t pathes;
+ ngx_array_t paths;
ngx_list_t open_files;
ngx_list_t shared_memory;