summaryrefslogtreecommitdiff
path: root/maintenance/checkBadRedirects.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/checkBadRedirects.php')
-rw-r--r--maintenance/checkBadRedirects.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/checkBadRedirects.php b/maintenance/checkBadRedirects.php
index a96e9b80..fec92910 100644
--- a/maintenance/checkBadRedirects.php
+++ b/maintenance/checkBadRedirects.php
@@ -44,7 +44,7 @@ class CheckBadRedirects extends Maintenance {
$count = $result->numRows();
$this->output( "Found $count redirects.\n" .
- "Checking for bad redirects:\n\n" );
+ "Checking for bad redirects:\n\n" );
foreach ( $result as $row ) {
$title = Title::makeTitle( $row->page_namespace, $row->page_title );