diff --git a/config_to_json.php b/config_to_json.php index 45e3394bcc..5d5b0a4d79 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;