]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix typo 32604/head
authorblizzz <blizzz@arthur-schiwon.de>
Fri, 10 Jun 2022 22:16:01 +0000 (00:16 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 22:16:01 +0000 (00:16 +0200)
Co-authored-by: Simon L. <szaimen@e.mail.de>
console.php

index 147cff151eb0abf4d47ef3569aeb131908b4693b..f9a4689bd5895731ec3d6314ea77a85f44c32f0b 100644 (file)
@@ -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(