From 0ca255385d4778c5d8a0f9138f796cf381ebd393 Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Fri, 16 Nov 2012 02:21:55 -0800 Subject: [PATCH] Fix typo (seams => seems) Change-Id: Ied64fa71b9da9762ee6bad7a4bae5a7082258f05 --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 0f02dc7939..9e42a1bb01 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -908,7 +908,7 @@ class Title { /** * Is this the mainpage? - * @note Title::newFromText seams to be sufficiently optimized by the title + * @note Title::newFromText seems to be sufficiently optimized by the title * cache that we don't need to over-optimize by doing direct comparisons and * acidentally creating new bugs where $title->equals( Title::newFromText() ) * ends up reporting something differently than $title->isMainPage(); -- 2.20.1