From 17f6f800cd54336e3e80b4802bc85ac5442b0ddc Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 17 Sep 2005 07:52:33 +0000 Subject: [PATCH] typo --- maintenance/rebuildall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/rebuildall.php b/maintenance/rebuildall.php index 91f5492c0a..7c44e30028 100644 --- a/maintenance/rebuildall.php +++ b/maintenance/rebuildall.php @@ -30,7 +30,7 @@ rebuildRecentChangesTablePass2(); # rebuildLinkTables(); # Use the slow incomplete one instead. It's designed to work in the background -print "\n\n** Rebuilding links tables -- this can take a long time. It should be safe to about via ctrl+C if you get bored.\n"; +print "\n\n** Rebuilding links tables -- this can take a long time. It should be safe to abort via ctrl+C if you get bored.\n"; refreshLinks( 1 ); print "Done.\n"; -- 2.20.1