Index: trunk/phase3/includes/User.php |
— | — | @@ -1932,7 +1932,7 @@ |
1933 | 1933 | $ipblock = Block::newFromDB( wfGetIP() ); |
1934 | 1934 | if ( $ipblock ) { |
1935 | 1935 | # 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 |
1937 | 1937 | # prolong block time |
1938 | 1938 | if ($userblock->mExpiry && |
1939 | 1939 | ($userblock->mExpiry < Block::getAutoblockExpiry($ipblock->mTimestamp))) { |