summaryrefslogtreecommitdiff
path: root/maintenance/renderDump.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/renderDump.php')
-rw-r--r--maintenance/renderDump.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php
index 5cb79c53..4b6322d5 100644
--- a/maintenance/renderDump.php
+++ b/maintenance/renderDump.php
@@ -2,7 +2,7 @@
/**
* Take page text out of an XML dump file and render basic HTML out to files.
* This is *NOT* suitable for publishing or offline use; it's intended for
- * running comparitive tests of parsing behavior using real-world data.
+ * running comparative tests of parsing behavior using real-world data.
*
* Templates etc are pulled from the local wiki database, not from the dump.
*
@@ -30,7 +30,6 @@
$optionsWithArgs = array( 'report' );
require_once( 'commandLine.inc' );
-require_once( 'SpecialImport.php' );
class DumpRenderer {
function __construct( $dir ) {
@@ -99,4 +98,4 @@ if( isset( $options['output-dir'] ) ) {
$render = new DumpRenderer( $dir );
$render->run();
-?>
+