Fix typo in comment block in mediawiki.js
authorOri Livneh <ori@wikimedia.org>
Thu, 26 Sep 2013 06:43:36 +0000 (23:43 -0700)
committerOri Livneh <ori@wikimedia.org>
Thu, 26 Sep 2013 06:43:36 +0000 (23:43 -0700)
asynchrounous -> asynchronous.

Change-Id: I65cf79c14fdc8359875e7dda3821678e99712cb1

resources/mediawiki/mediawiki.js

index d1a541e..0bf4ec3 100644 (file)
@@ -1190,7 +1190,7 @@ var mw = ( function ( $, undefined ) {
                         * @param {Object} moduleMap Module map, see #buildModulesString
                         * @param {Object} currReqBase Object with other parameters (other than 'modules') to use in the request
                         * @param {string} sourceLoadScript URL of load.php
-                        * @param {boolean} async If true, use an asynchrounous request even if document ready has not yet occurred
+                        * @param {boolean} async If true, use an asynchronous request even if document ready has not yet occurred
                         */
                        function doRequest( moduleMap, currReqBase, sourceLoadScript, async ) {
                                var request = $.extend(