From 06c2aef3c79b3761370ec16b4fd77d2a763b42ab Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@musicpd.org>
Date: Wed, 18 Jul 2018 12:39:39 +0200
Subject: [PATCH] config/File: fix typo in comment

---
 src/config/File.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/File.cxx b/src/config/File.cxx
index 7b6838bf2..2ac3b814f 100644
--- a/src/config/File.cxx
+++ b/src/config/File.cxx
@@ -177,7 +177,7 @@ ReadConfigFile(ConfigData &config_data, BufferedReader &reader, Path directory)
 
 		if (StringIsEqual(name, "include")) {
 			// TODO: allow absolute path specifications
-			// TODO: detect recusion
+			// TODO: detect recursion
 			// TODO: Config{Block,Param} have only line number but no file name
 			// TODO: support wildcards (include "conf.d/*.conf")
 			// TODO: add "include_optional"