config/File: fix typo in comment

This commit is contained in:
Max Kellermann 2018-07-18 12:39:39 +02:00
parent 1caa0ef58d
commit 06c2aef3c7
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ ReadConfigFile(ConfigData &config_data, BufferedReader &reader, Path directory)
if (StringIsEqual(name, "include")) { if (StringIsEqual(name, "include")) {
// TODO: allow absolute path specifications // TODO: allow absolute path specifications
// TODO: detect recusion // TODO: detect recursion
// TODO: Config{Block,Param} have only line number but no file name // TODO: Config{Block,Param} have only line number but no file name
// TODO: support wildcards (include "conf.d/*.conf") // TODO: support wildcards (include "conf.d/*.conf")
// TODO: add "include_optional" // TODO: add "include_optional"