From: Ilmari Karonen Date: Mon, 17 Jul 2006 22:15:10 +0000 (+0000) Subject: fix typo in comments (patch by xzilla, http://rafb.net/paste/results/FX51GW45.html) X-Git-Tag: 1.31.0-rc.0~56188 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=618cee17d1306166cc3457d48b7f94483d709881;p=lhc%2Fweb%2Fwiklou.git fix typo in comments (patch by xzilla, rafb.net/paste/results/FX51GW45.html) --- diff --git a/includes/Title.php b/includes/Title.php index 991bbfd147..8fbc28a4fc 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -246,7 +246,7 @@ class Title { } /** - * Create a new Title frrom a namespace index and a DB key. + * Create a new Title from a namespace index and a DB key. * The parameters will be checked for validity, which is a bit slower * than makeTitle() but safer for user-provided data. *