Followup r69841 add missing t from output
authorSam Reed <reedy@users.mediawiki.org>
Sat, 24 Jul 2010 20:17:19 +0000 (20:17 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 24 Jul 2010 20:17:19 +0000 (20:17 +0000)
maintenance/deleteArchivedFiles.inc

index 0602340..e0ac225 100644 (file)
@@ -51,7 +51,7 @@ class DeleteArchivedFilesImplementation {
                        } else {
                                $output->handleOutput( "Notice - file '$key' not found in group '$group'\n" );
                                if ( $force ) {
-                                       $ouput->handleOutput( "Got --force, deleting DB entry\n" );
+                                       $output->handleOutput( "Got --force, deleting DB entry\n" );
                                        $dbw->query( "DELETE FROM $tbl_arch WHERE fa_id = $id" );
                                }
                        }