From e93f65b67296de7d7713bd9e280bd4473c8c5267 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Wed, 22 Jun 2005 10:11:08 +0000 Subject: [PATCH] typo --- maintenance/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1