Merge pull request #1678 from SaaldjorMike/typo2

Fix spelling error in comment
This commit is contained in:
Daniel Preussker
2015-08-13 12:29:15 +02:00

View File

@ -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;