From ce5af32872768842b7f8a3b0630df127460e7dd0 Mon Sep 17 00:00:00 2001 From: blizzz Date: Sat, 11 Jun 2022 00:16:01 +0200 Subject: [PATCH] fix typo Co-authored-by: Simon L. --- 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(