From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 03:16:49 +0000 (-0400) Subject: spelling: than X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=935e57c28095744818437a994e5ff221de8c9722;p=friendica.git spelling: than Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index a83819742e..bfb7448382 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -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)) { diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index abaa298ebc..ff8fc3cbea 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -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)) {