Typo.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Wed, 19 Mar 2008 13:06:16 +0000 (13:06 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Wed, 19 Mar 2008 13:06:16 +0000 (13:06 +0000)
maintenance/populateCategory.inc

index f17e5e8..8acdaf5 100644 (file)
@@ -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;
                }