aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_index_module.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-02-28 11:31:05 +0000
committerRuslan Ermilov <ru@nginx.com>2012-02-28 11:31:05 +0000
commitb74f8ffce4aa7a7090e19021854304570238edb1 (patch)
tree3285bb23a7a1d7b689959995783a2acaa99e0cf9 /src/http/modules/ngx_http_index_module.c
parentc66a1e7a172e042e8a3822192e79853e2afac4e6 (diff)
downloadnginx-b74f8ffce4aa7a7090e19021854304570238edb1.tar.gz
nginx-b74f8ffce4aa7a7090e19021854304570238edb1.zip
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 6bf4b0408..cfe4ba6cc 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 */
};