typo
authorRiver Tarnell <kateturner@users.mediawiki.org>
Wed, 22 Jun 2005 10:11:08 +0000 (10:11 +0000)
committerRiver Tarnell <kateturner@users.mediawiki.org>
Wed, 22 Jun 2005 10:11:08 +0000 (10:11 +0000)
maintenance/update.php

index 5fad4b9..41d9e9c 100644 (file)
@@ -18,7 +18,7 @@ print "Going to run database updates for $wgDBname\n";
 print "Depending on the size of your database this may take a while!\n";
 
 if( !isset( $options['quick'] ) ) {
-       print "Abort with control-c in the next five seconds to aboard.. ";
+       print "Abort with control-c in the next five seconds... ";
        
        for ($i = 5; $i >= 0; --$i) {
                echo $i;