From: Aryeh Gregor Date: Wed, 2 Jul 2008 22:35:11 +0000 (+0000) Subject: Fix a misspelled word in a comment added by r36916. X-Git-Tag: 1.31.0-rc.0~46791 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=19b281ff049971c937f86251ac5e9bde7b37ba5b;p=lhc%2Fweb%2Fwiklou.git Fix a misspelled word in a comment added by r36916. --- diff --git a/includes/specials/SpecialUserlogin.php b/includes/specials/SpecialUserlogin.php index d311783b31..a3892e84a1 100644 --- a/includes/specials/SpecialUserlogin.php +++ b/includes/specials/SpecialUserlogin.php @@ -728,7 +728,7 @@ class LoginForm { $this->userBlockedMessage(); return; } - // Supress 'blockedtext' error here, we already checked above. + // Suppress 'blockedtext' error here, we already checked above. elseif ( count( $permErrors = $titleObj->getUserPermissionsErrors( 'createaccount', $wgUser, true, array('blockedtext') ) )>0 ) { $wgOut->showPermissionsErrorPage( $permErrors, 'createaccount' ); return;