]> git.mxchange.org Git - friendica.git/commitdiff
spelling: unable
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:44 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Console/FixAPDeliveryWorkerTaskParameters.php

index a0bf989fc4f34320aa7b7f990f2f31298b9e7b73..d2357c318d0d47c4f15de1aaecee165bbbce2e92 100644 (file)
@@ -129,7 +129,7 @@ HELP;
                if (!$parameters) {
                        $this->errored++;
                        if ($this->getOption('v')) {
-                               $this->out('Unabled to parse parameter JSON of the row with id ' . $workerqueueItem['id']);
+                               $this->out('Unable to parse parameter JSON of the row with id ' . $workerqueueItem['id']);
                                $this->out('JSON: ' . var_export($workerqueueItem['parameter'], true));
                        }
                }
@@ -155,7 +155,7 @@ HELP;
                } else {
                        $this->errored++;
                        if ($this->getOption('v')) {
-                               $this->out('Unabled to update the row with id ' . $workerqueueItem['id']);
+                               $this->out('Unable to update the row with id ' . $workerqueueItem['id']);
                                $this->out('Fields: ' . var_export($fields, true));
                        }
                }