summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_index_module.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-03-05 13:26:40 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-03-05 13:26:40 +0000
commitfc03bdde05ef82c3e215a0a0d41a1e88419996df (patch)
treec71ad4e462bd1d712d88644cbe4442c03de2d068 /src/http/modules/ngx_http_index_module.c
parent1b6a7864a1777b070851fead7626fb21862932b3 (diff)
downloadnginx-fc03bdde05ef82c3e215a0a0d41a1e88419996df.tar.gz
nginx-fc03bdde05ef82c3e215a0a0d41a1e88419996df.tar.bz2
Merge of r4500: fixed spelling in single-line comments.
Diffstat (limited to 'src/http/modules/ngx_http_index_module.c')
-rw-r--r--src/http/modules/ngx_http_index_module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_index_module.c b/src/http/modules/ngx_http_index_module.c
index 0835a7cf8..5d91b0118 100644
--- a/src/http/modules/ngx_http_index_module.c
+++ b/src/http/modules/ngx_http_index_module.c
@@ -62,8 +62,8 @@ static ngx_http_module_t ngx_http_index_module_ctx = {
NULL, /* create server configuration */
NULL, /* merge server configuration */
- ngx_http_index_create_loc_conf, /* create location configration */
- ngx_http_index_merge_loc_conf /* merge location configration */
+ ngx_http_index_create_loc_conf, /* create location configuration */
+ ngx_http_index_merge_loc_conf /* merge location configuration */
};