Merge "Fix typo: mapp -> map"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 22 Nov 2015 17:02:28 +0000 (17:02 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 22 Nov 2015 17:02:28 +0000 (17:02 +0000)
includes/title/MediaWikiTitleCodec.php

index 0fb208e..c497865 100644 (file)
@@ -198,7 +198,7 @@ class MediaWikiTitleCodec implements TitleFormatter, TitleParser {
         * @param int $defaultNamespace
         *
         * @throws MalformedTitleException If $text is not a valid title string.
-        * @return array A mapp with the fields 'interwiki', 'fragment', 'namespace',
+        * @return array A map with the fields 'interwiki', 'fragment', 'namespace',
         *         'user_case_dbkey', and 'dbkey'.
         */
        public function splitTitleString( $text, $defaultNamespace = NS_MAIN ) {