diff --git a/utils/console b/utils/console index 2cf31546b..ccd021a4a 100755 --- a/utils/console +++ b/utils/console @@ -23,7 +23,7 @@ use Seeddms\Seeddms\Translator; $settings = new Settings(); /* For now includce inc.Language.php, because it defines the old - * translation functions (e.g. getMLText()), which is still used + * translation functions (e.g. getMLText()), which are still used * by many extensions. */ require_once('inc/inc.Language.php');