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);