From: Ryan Kaldari Date: Wed, 7 Mar 2012 23:51:05 +0000 (+0000) Subject: typo fix X-Git-Tag: 1.31.0-rc.0~24338 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=c404d5b5c77571828996f18459dd2fc61b37960c;p=lhc%2Fweb%2Fwiklou.git typo fix --- diff --git a/includes/specials/SpecialWhatlinkshere.php b/includes/specials/SpecialWhatlinkshere.php index 79c53e2484..7d4768af23 100644 --- a/includes/specials/SpecialWhatlinkshere.php +++ b/includes/specials/SpecialWhatlinkshere.php @@ -445,7 +445,7 @@ class SpecialWhatLinksHere extends SpecialPage { $types[] = 'hideimages'; // Combined message keys: 'whatlinkshere-hideredirs', 'whatlinkshere-hidetrans', 'whatlinkshere-hidelinks', 'whatlinkshere-hideimages' - // To be sure they will be find by grep + // To be sure they will be found by grep foreach( $types as $type ) { $chosen = $this->opts->getValue( $type ); $msg = $chosen ? $show : $hide;