diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-06-01 11:12:56 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-06-01 11:13:09 +0200 |
commit | 010924916c74e62089131ff9f62b8b0e96ff539b (patch) | |
tree | e7527ba6786534dbdfe79e673bc3e0f8ae77c871 /console.php | |
parent | 07262715046e95a3989899630e6b398cceeea4d3 (diff) | |
download | nextcloud-server-010924916c74e62089131ff9f62b8b0e96ff539b.tar.gz nextcloud-server-010924916c74e62089131ff9f62b8b0e96ff539b.zip |
Fix small typo
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'console.php')
-rw-r--r-- | console.php | 2 |
1 files changed, 1 insertions, 1 deletions
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( |