diff options
author | Ricordisamoa <ricordisamoa@openmailbox.org> | 2014-12-16 00:41:45 +0000 |
---|---|---|
committer | Ricordisamoa <ricordisamoa@openmailbox.org> | 2014-12-17 19:44:10 +0000 |
commit | 12dec5d85d45a246c0bb400cab8ceb7651b80b9f (patch) | |
tree | 5c6234720d88e67f95a7b25f6357c4963c456b7d /thumb.php | |
parent | f89cf9426e8e3c9a76ea6c9e24eced7f3ed0661c (diff) | |
download | mediawikicore-12dec5d85d45a246c0bb400cab8ceb7651b80b9f.tar.gz mediawikicore-12dec5d85d45a246c0bb400cab8ceb7651b80b9f.zip |
Fix some stuttering in comments and documentation
Change-Id: I9c0088b9aab37335203cad45a1d6fa8ac3f43321
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 3d8612d97269..89e0c032e0e2 100644 --- a/thumb.php +++ b/thumb.php @@ -262,7 +262,7 @@ function wfStreamThumb( array $params ) { return; } - // For 404 handled thumbnails, we only use the the base name of the URI + // For 404 handled thumbnails, we only use the base name of the URI // for the thumb params and the parent directory for the source file name. // Check that the zone relative path matches up so squid caches won't pick // up thumbs that would not be purged on source file deletion (bug 34231). |