From: Greg Sabino Mullane Date: Wed, 19 Mar 2008 13:06:16 +0000 (+0000) Subject: Typo. X-Git-Tag: 1.31.0-rc.0~48981 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=43b83861f8a3dc394788c9b1637c4fac190c2a2e;p=lhc%2Fweb%2Fwiklou.git Typo. --- 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; }