From fb654ae087786796bf5ae326ba003b07fb50f656 Mon Sep 17 00:00:00 2001 From: DannyS712 Date: Fri, 13 Sep 2019 03:32:11 +0000 Subject: [PATCH] Fix a typo (folow -> follow) Bug: T201491 Change-Id: I1083f6f0e29b9f3e9c2d0dd2bdb9e1f524327c0a --- thumb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thumb.php b/thumb.php index 5be1ed07ab..bedf171510 100644 --- a/thumb.php +++ b/thumb.php @@ -524,7 +524,7 @@ function wfGenerateThumbnail( File $file, array $params, $thumbName, $thumbPath * /w/images/thumb/a/ab/Foo.png/120px-Foo.png. The $thumbRel parameter * of this function would be set to "a/ab/Foo.png/120px-Foo.png". * This method is responsible for turning that into an array - * with the folowing keys: + * with the following keys: * * f => the filename (Foo.png) * * rel404 => the whole thing (a/ab/Foo.png/120px-Foo.png) * * archived => 1 (If the request is for an archived thumb) -- 2.20.1