Annoying typo.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 20 Mar 2008 21:52:01 +0000 (21:52 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 20 Mar 2008 21:52:01 +0000 (21:52 +0000)
includes/Linker.php

index 204561f..5b87aa4 100644 (file)
@@ -232,7 +232,7 @@ class Linker {
                        wfProfileOut( __METHOD__ );
                        return $t;
                } elseif ( $nt->isAlwaysKnown() ) {
-                       # Image links, special page links and self-links with fragements are always known.
+                       # Image links, special page links and self-links with fragments are always known.
                        $retVal = $this->makeKnownLinkObj( $nt, $text, $query, $trail, $prefix );
                } else {
                        wfProfileIn( __METHOD__.'-immediate' );