From 1f2e9c1b54eee54348f4d5841e357ab40c5e5f70 Mon Sep 17 00:00:00 2001 From: Zoranzoki21 Date: Fri, 31 Aug 2018 21:08:08 +0000 Subject: Fix common typos in code Bug: T201491 Change-Id: Id962b79f2590c51380cb977e727b7548abc11d33 --- thumb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumb.php') diff --git a/thumb.php b/thumb.php index cc74c897ae7d..70329093c6b6 100644 --- a/thumb.php +++ b/thumb.php @@ -500,7 +500,7 @@ function wfGenerateThumbnail( File $file, array $params, $thumbName, $thumbPath } /** @noinspection PhpUnusedLocalVariableInspection */ - $done = true; // no PHP fatal occured + $done = true; // no PHP fatal occurred if ( !$thumb || $thumb->isError() ) { // Randomize TTL to reduce stampedes -- cgit v1.2.3