From: blizzz Date: Fri, 10 Jun 2022 22:16:01 +0000 (+0200) Subject: fix typo X-Git-Tag: v23.0.6rc1~8^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ce5af32872768842b7f8a3b0630df127460e7dd0;p=nextcloud-server.git fix typo Co-authored-by: Simon L. --- 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(