Commit 06c2aef3 authored by Max Kellermann's avatar Max Kellermann

config/File: fix typo in comment

parent 1caa0ef5
...@@ -177,7 +177,7 @@ ReadConfigFile(ConfigData &config_data, BufferedReader &reader, Path directory) ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment