fix typo in comments (patch by xzilla, http://rafb.net/paste/results/FX51GW45.html)
authorIlmari Karonen <vyznev@users.mediawiki.org>
Mon, 17 Jul 2006 22:15:10 +0000 (22:15 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Mon, 17 Jul 2006 22:15:10 +0000 (22:15 +0000)
includes/Title.php

index 991bbfd..8fbc28a 100644 (file)
@@ -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.
         *