comparison src/core/ngx_cycle.h @ 4870:8a9b7b4e9f2d

Correct plural form for "path" in the whole source base.
author Andrey Belov <defan@nginx.com>
date Fri, 28 Sep 2012 13:49:26 +0000
parents f31162fefe01
children 5482671df278
comparison
equal deleted inserted replaced
4869:2b129bb067b5 4870:8a9b7b4e9f2d
46 ngx_uint_t free_connection_n; 46 ngx_uint_t free_connection_n;
47 47
48 ngx_queue_t reusable_connections_queue; 48 ngx_queue_t reusable_connections_queue;
49 49
50 ngx_array_t listening; 50 ngx_array_t listening;
51 ngx_array_t pathes; 51 ngx_array_t paths;
52 ngx_list_t open_files; 52 ngx_list_t open_files;
53 ngx_list_t shared_memory; 53 ngx_list_t shared_memory;
54 54
55 ngx_uint_t connection_n; 55 ngx_uint_t connection_n;
56 ngx_uint_t files_n; 56 ngx_uint_t files_n;