From 566ad22a619d29de04bb6a70edbd2a7b3e106105 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 18 Dec 2020 07:04:58 +1100 Subject: [PATCH] docs: fix simple typo, configration -> configuration There is a small typo in ngx_http_fancyindex_module.c. Should read `configuration` rather than `configration`. --- ngx_http_fancyindex_module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ngx_http_fancyindex_module.c b/ngx_http_fancyindex_module.c index 9d7665e..29c1086 100644 --- a/ngx_http_fancyindex_module.c +++ b/ngx_http_fancyindex_module.c @@ -496,8 +496,8 @@ static ngx_http_module_t ngx_http_fancyindex_module_ctx = { NULL, /* create server configuration */ NULL, /* merge server configuration */ - ngx_http_fancyindex_create_loc_conf, /* create location configration */ - ngx_http_fancyindex_merge_loc_conf /* merge location configration */ + ngx_http_fancyindex_create_loc_conf, /* create location configuration */ + ngx_http_fancyindex_merge_loc_conf /* merge location configuration */ };