From 3ae60e8b40db31e5742c635a9f3013a1df1d23a1 Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Thu, 13 Aug 2015 12:28:06 +0200 Subject: [PATCH] Fix spelling error in comment --- config_to_json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_to_json.php b/config_to_json.php index 45e3394bc..5d5b0a4d7 100644 --- a/config_to_json.php +++ b/config_to_json.php @@ -22,7 +22,7 @@ function iscli() { } -// check if we are running throw the CLI, otherwise abort +// check if we are running through the CLI, otherwise abort if (iscli()) { include_once $defaults_file; include_once $config_file;