Typo in comment
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 21 Aug 2009 22:30:51 +0000 (22:30 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 21 Aug 2009 22:30:51 +0000 (22:30 +0000)
includes/Html.php

index 7625cd9..1c762b6 100644 (file)
@@ -339,8 +339,8 @@ class Html {
         * @param $name    string name attribute
         * @param $value   mixed  value attribute (null = omit)
         * @param $type    string type attribute
-        * @param $attribs array  Assocative array of miscellaneous extra attributes,
-        *   passed to Html::element()
+        * @param $attribs array  Associative array of miscellaneous extra
+        *   attributes, passed to Html::element()
         * @return string Raw HTML
         */
        public static function input( $name, $value = null, $type = 'text', $attribs = array() ) {