docs: fix simple typo, configration -> configuration

There is a small typo in ngx_http_fancyindex_module.c.

Should read `configuration` rather than `configration`.
pull/124/head
Tim Gates 2020-12-18 07:04:58 +11:00 committed by Adrian Perez
parent 5ca7cb32af
commit 566ad22a61
1 changed files with 2 additions and 2 deletions

View File

@ -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 */
};