correct typo in r102393
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 8 Nov 2011 13:24:45 +0000 (13:24 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 8 Nov 2011 13:24:45 +0000 (13:24 +0000)
includes/specials/SpecialEditWatchlist.php

index 0408d82..bf69607 100644 (file)
@@ -411,7 +411,7 @@ class SpecialEditWatchlist extends UnlistedSpecialPage {
                        $tocLength = 0;
                        foreach( $fields as $key => $data ) {
 
-                               # strip out the 'ns-' prefix from the section name:
+                               # strip out the 'ns' prefix from the section name:
                                $ns = substr( $data['section'], 2 );
 
                                $nsText = ($ns == NS_MAIN)