Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-06-01 12:12:56 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-06-01 12:13:09 +0300
commit010924916c74e62089131ff9f62b8b0e96ff539b (patch)
treee7527ba6786534dbdfe79e673bc3e0f8ae77c871 /console.php
parent07262715046e95a3989899630e6b398cceeea4d3 (diff)
Fix small typo
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'console.php')
-rw-r--r--console.php2
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(