From: DannyS712 Date: Fri, 13 Sep 2019 03:32:11 +0000 (+0000) Subject: Fix a typo (folow -> follow) X-Git-Tag: 1.34.0-rc.0~210^2 X-Git-Url: http://git.cyclocoop.org/data/%7B%24admin_url%7Dconfig?a=commitdiff_plain;h=fb654ae087786796bf5ae326ba003b07fb50f656;p=lhc%2Fweb%2Fwiklou.git Fix a typo (folow -> follow) Bug: T201491 Change-Id: I1083f6f0e29b9f3e9c2d0dd2bdb9e1f524327c0a --- 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)