From: Andrew Garrett Date: Wed, 8 Nov 2006 07:04:25 +0000 (+0000) Subject: Spelling error in comments in User.php -- excede -> exceed X-Git-Tag: 1.31.0-rc.0~55257 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=020e6ac57fe39c508eb16c3c17c3aa91d94087ae;p=lhc%2Fweb%2Fwiklou.git Spelling error in comments in User.php -- excede -> exceed --- diff --git a/includes/User.php b/includes/User.php index 2d1b9ae325..75b84b3953 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1932,7 +1932,7 @@ class User { $ipblock = Block::newFromDB( wfGetIP() ); if ( $ipblock ) { # If the user is already blocked. Then check if the autoblock would - # excede the user block. If it would excede, then do nothing, else + # exceed the user block. If it would exceed, then do nothing, else # prolong block time if ($userblock->mExpiry && ($userblock->mExpiry < Block::getAutoblockExpiry($ipblock->mTimestamp))) {