typo fix
authorRyan Kaldari <kaldari@users.mediawiki.org>
Wed, 7 Mar 2012 23:51:05 +0000 (23:51 +0000)
committerRyan Kaldari <kaldari@users.mediawiki.org>
Wed, 7 Mar 2012 23:51:05 +0000 (23:51 +0000)
includes/specials/SpecialWhatlinkshere.php

index 79c53e2..7d4768a 100644 (file)
@@ -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;