From d2574c8caad4b62847e195b27d1cfcc594d164ad Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 13 Nov 2025 18:58:10 +0100 Subject: [PATCH] fix typo --- utils/console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');