From 916df412f5b6f7fb9bcfb705a3c8c23e35304410 Mon Sep 17 00:00:00 2001 From: Thomas Renes Date: Sat, 8 Jan 2022 16:25:17 +0100 Subject: Fix various typos and spelling errors in documentation, comments and code. (#4134) --- lib/Minz/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Minz/Request.php') diff --git a/lib/Minz/Request.php b/lib/Minz/Request.php index e74f4f908..ee3962615 100644 --- a/lib/Minz/Request.php +++ b/lib/Minz/Request.php @@ -313,7 +313,7 @@ class Minz_Request { Minz_Session::lock(); $requests = Minz_Session::param('requests'); if ($requests) { - //Delete abandonned notifications + //Delete abandoned notifications $requests = array_filter($requests, function ($r) { return isset($r['time']) && $r['time'] > time() - 3600; }); $requestId = self::requestId(); -- cgit v1.2.3