Fix spelling error in comment

This commit is contained in:
Mike Rostermund
2015-08-13 12:28:06 +02:00
parent d32699741c
commit 3ae60e8b40

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;