Fix typo: mapp -> map
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 22 Nov 2015 16:49:03 +0000 (17:49 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Sun, 22 Nov 2015 16:49:03 +0000 (17:49 +0100)
Change-Id: Id5cad30a3a83aa0da4ef2c608510c66cea06d7d0

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 ) {