From 43b83861f8a3dc394788c9b1637c4fac190c2a2e Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 19 Mar 2008 13:06:16 +0000 Subject: [PATCH] Typo. --- maintenance/populateCategory.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/populateCategory.inc b/maintenance/populateCategory.inc index f17e5e827f..8acdaf5b52 100644 --- a/maintenance/populateCategory.inc +++ b/maintenance/populateCategory.inc @@ -18,7 +18,7 @@ function populateCategory( $begin, $maxlag, $throttle, $force ) { ); if( $row ) { echo "Category table already populated. Use php ". - "maintenace/populateCategory.php\n--force from the command line ". + "maintenance/populateCategory.php\n--force from the command line ". "to override.\n"; return true; } -- 2.20.1