]> git.mxchange.org Git - friendica.git/commitdiff
spelling: than
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 21 Mar 2023 03:16:49 +0000 (23:16 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Protocol/Feed.php
src/Protocol/OStatus.php

index a83819742e00c5e0d2edbf6ce3499d7d44982e7c..bfb74483820bab6508ba0b515f65143a692ed794 100644 (file)
@@ -945,7 +945,7 @@ class Feed
 
                $previous_created = $last_update;
 
-               // Don't cache when the last item was posted less then 15 minutes ago (Cache duration)
+               // Don't cache when the last item was posted less than 15 minutes ago (Cache duration)
                if ((time() - strtotime($owner['last-item'])) < 15 * 60) {
                        $result = DI::cache()->get($cachekey);
                        if (!$nocache && !is_null($result)) {
index abaa298ebcf3fc5f78016df7df2c1713dddc7eff..ff8fc3cbea9af9cd5294583e8eba98a42a0c39be 100644 (file)
@@ -1709,7 +1709,7 @@ class OStatus
 
                $previous_created = $last_update;
 
-               // Don't cache when the last item was posted less then 15 minutes ago (Cache duration)
+               // Don't cache when the last item was posted less than 15 minutes ago (Cache duration)
                if ((time() - strtotime($owner['last-item'])) < 15*60) {
                        $result = DI::cache()->get($cachekey);
                        if (!$nocache && !is_null($result)) {