Lots of spelling mistakes and phpdoc attributes
[lhc/web/wiklou.git] / includes / content / ContentHandler.php
index ae549da..3399160 100644 (file)
@@ -141,7 +141,7 @@ abstract class ContentHandler {
         * @throws MWException
         * @return Content a Content object representing $text
         *
-        * @throw MWException if $model or $format is not supported or if $text can
+        * @throws MWException if $model or $format is not supported or if $text can
         *    not be unserialized using $format.
         */
        public static function makeContent( $text, Title $title = null,