From: Michael Date: Mon, 6 Nov 2017 15:38:15 +0000 (+0000) Subject: Some small correction X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=28701a8df3bf2d0435be77e934ccc1a9295ecbf6;p=friendica.git Some small correction --- diff --git a/src/Core/Worker.php b/src/Core/Worker.php index 5cedff8236..bf0767c07c 100644 --- a/src/Core/Worker.php +++ b/src/Core/Worker.php @@ -887,7 +887,7 @@ class Worker { /** * @brief Adds tasks to the worker queue * - * @param (integer|array) priority or parameter array, $cmd atrings are deprecated and are ignored + * @param (integer|array) priority or parameter array, strings are deprecated and are ignored * * next args are passed as $cmd command line * or: Worker::add(PRIORITY_HIGH, "notifier", "drop", $drop_id);