r17483 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17482‎ | r17483 | r17484 >
Date:07:04, 8 November 2006
Author:werdna
Status:old
Tags:
Comment:
Spelling error in comments in User.php -- excede -> exceed
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -1932,7 +1932,7 @@
19331933 $ipblock = Block::newFromDB( wfGetIP() );
19341934 if ( $ipblock ) {
19351935 # If the user is already blocked. Then check if the autoblock would
1936 - # excede the user block. If it would excede, then do nothing, else
 1936+ # exceed the user block. If it would exceed, then do nothing, else
19371937 # prolong block time
19381938 if ($userblock->mExpiry &&
19391939 ($userblock->mExpiry < Block::getAutoblockExpiry($ipblock->mTimestamp))) {