diff options
author | Zoranzoki21 <zorandori4444@gmail.com> | 2018-08-31 21:08:08 +0000 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2018-09-02 09:03:07 +0000 |
commit | 1f2e9c1b54eee54348f4d5841e357ab40c5e5f70 (patch) | |
tree | 7c77e81f0b33cd97a524aa47a314d764c2faeef4 /thumb.php | |
parent | e5ded68cf060c63c8fc0e990f2841e386f7c0633 (diff) | |
download | mediawikicore-1f2e9c1b54eee54348f4d5841e357ab40c5e5f70.tar.gz mediawikicore-1f2e9c1b54eee54348f4d5841e357ab40c5e5f70.zip |
Fix common typos in code
Bug: T201491
Change-Id: Id962b79f2590c51380cb977e727b7548abc11d33
Diffstat (limited to 'thumb.php')
-rw-r--r-- | thumb.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |