X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialContributions.php;h=0425a580e7af8dcf032fdf1e8d7456458ad7d951;hb=b3e4a9c456ef7b04c745923238fca895f70907bc;hp=4f5c15099c43e6f74461c3700b2ea96bfbbe00fd;hpb=cca344a717b9e41b0e32e4915295cd36dd18bf83;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 4f5c15099c..0425a580e7 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -286,7 +286,7 @@ class SpecialContributions extends IncludableSpecialPage { */ protected function contributionsSub( $userObj ) { if ( $userObj->isAnon() ) { - // Show a warning message that the user being searched for doesn't exists. + // Show a warning message that the user being searched for doesn't exist. // User::isIP returns true for IP address and usemod IPs like '123.123.123.xxx', // but returns false for IP ranges. We don't want to suggest either of these are // valid usernames which we would with the 'contributions-userdoesnotexist' message.