From 010924916c74e62089131ff9f62b8b0e96ff539b Mon Sep 17 00:00:00 2001
From: Carl Schwan <carl@carlschwan.eu>
Date: Wed, 1 Jun 2022 11:12:56 +0200
Subject: [PATCH] Fix small typo

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
---
 console.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/console.php b/console.php
index 147cff151eb..f9a4689bd58 100644
--- a/console.php
+++ b/console.php
@@ -86,7 +86,7 @@ try {
 
 	if (!(function_exists('pcntl_signal') && function_exists('pcntl_signal_dispatch')) && !in_array('--no-warnings', $argv)) {
 		echo "The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see https://www.php.net/manual/en/book.pcntl.php" . PHP_EOL;
-		echo "Additionally the function 'pcntl_signal' and 'pcntl_signal_dispatch' need to be enabeld in your php.ini." . PHP_EOL;
+		echo "Additionally the function 'pcntl_signal' and 'pcntl_signal_dispatch' need to be enabled in your php.ini." . PHP_EOL;
 	}
 
 	$application = new Application(
-- 
GitLab