]> git.mxchange.org Git - friendica.git/commitdiff
Some small correction
authorMichael <heluecht@pirati.ca>
Mon, 6 Nov 2017 15:38:15 +0000 (15:38 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 6 Nov 2017 15:38:15 +0000 (15:38 +0000)
src/Core/Worker.php

index 5cedff823627c48e7a4274f60daa2e96067d6e87..bf0767c07c4310fdf2ffef949a10b4fd652f63ee 100644 (file)
@@ -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);