Some small correction

This commit is contained in:
Michael 2017-11-06 15:38:15 +00:00
parent 4ebb76e5a6
commit 28701a8df3
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ class Worker {
/** /**
* @brief Adds tasks to the worker queue * @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 * next args are passed as $cmd command line
* or: Worker::add(PRIORITY_HIGH, "notifier", "drop", $drop_id); * or: Worker::add(PRIORITY_HIGH, "notifier", "drop", $drop_id);