Fix typo (seams => seems)
authorOri Livneh <ori@wikimedia.org>
Fri, 16 Nov 2012 10:21:55 +0000 (02:21 -0800)
committerOri Livneh <ori@wikimedia.org>
Fri, 16 Nov 2012 10:21:55 +0000 (02:21 -0800)
Change-Id: Ied64fa71b9da9762ee6bad7a4bae5a7082258f05

includes/Title.php

index 0f02dc7..9e42a1b 100644 (file)
@@ -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();