From 1032681fbda6e04313d8d2fea47af47e30721efb Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 20 Mar 2008 21:52:01 +0000 Subject: [PATCH] Annoying typo. --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Linker.php b/includes/Linker.php index 204561f863..5b87aa40b5 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -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' ); -- 2.20.1