From: River Tarnell Date: Wed, 22 Jun 2005 10:11:08 +0000 (+0000) Subject: typo X-Git-Tag: 1.5.0beta1~91 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=e93f65b67296de7d7713bd9e280bd4473c8c5267;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/maintenance/update.php b/maintenance/update.php index 5fad4b9205..41d9e9ca1a 100644 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -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;