]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Worker.php
spelling: one
[friendica.git] / src / Core / Worker.php
index 0ca17c19c1940afe44fd87580c95c0206e4f9000..00885f69200a04f59c8a601020031ebc7a5d8a0c 100644 (file)
@@ -362,7 +362,7 @@ class Worker
                        return false;
                }
 
-               // Check for existance and validity of the include file
+               // Check for existence and validity of the include file
                $include = $argv[0];
 
                if (method_exists(sprintf('Friendica\Worker\%s', $include), 'execute')) {
@@ -885,7 +885,7 @@ class Worker
        /**
         * Returns waiting jobs for the current process id
         *
-        * @return array|bool waiting workerqueue jobs or FALSE on failture
+        * @return array|bool waiting workerqueue jobs or FALSE on failure
         * @throws \Exception
         */
        private static function getWaitingJobForPID()