Spelling error in comments in User.php -- excede -> exceed
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 8 Nov 2006 07:04:25 +0000 (07:04 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 8 Nov 2006 07:04:25 +0000 (07:04 +0000)
includes/User.php

index 2d1b9ae..75b84b3 100644 (file)
@@ -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))) {