]> git.mxchange.org Git - friendica.git/commitdiff
spelling: failure
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:49 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:23 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Core/Worker.php
src/Model/Post/Link.php

index b7067d2731d6ac67d9d8594e37c77c672e5ba43f..00885f69200a04f59c8a601020031ebc7a5d8a0c 100644 (file)
@@ -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()
index dc779795117c1a524a5897e727b67122a1466ab6..3fafdd7eaf7b93f04e175b7124600be812dcec9f 100644 (file)
@@ -58,7 +58,7 @@ class Link
         * @param int $uriId
         * @param string $url
         * @param string $size
-        * @return string Found link URL + id on success, $url on failture
+        * @return string Found link URL + id on success, $url on failure
         */
        public static function getByLink(int $uriId, string $url, string $size = ''): string
        {