From: Bartosz DziewoƄski Date: Mon, 29 Aug 2016 17:06:02 +0000 (+0200) Subject: mediawiki.api.messages: Fix typo in comments X-Git-Tag: 1.31.0-rc.0~5850^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=39b563e693b9b97e9476b3476c8dc017f7f1b93e;p=lhc%2Fweb%2Fwiklou.git mediawiki.api.messages: Fix typo in comments Change-Id: I2d51a982408f54ea62e38d7b3da99af4b73541c6 --- diff --git a/resources/src/mediawiki/api/messages.js b/resources/src/mediawiki/api/messages.js index 9ba562e266..077e84df08 100644 --- a/resources/src/mediawiki/api/messages.js +++ b/resources/src/mediawiki/api/messages.js @@ -37,7 +37,7 @@ }, /** - * Loads a set of mesages and add them to mw.messages. + * Loads a set of messages and add them to mw.messages. * * @param {Array} messages Messages to retrieve * @return {jQuery.Promise} @@ -47,7 +47,7 @@ }, /** - * Loads a set of mesages and add them to mw.messages. Only messages that are not already known + * Loads a set of messages and add them to mw.messages. Only messages that are not already known * are loaded. If all messages are known, the returned promise is resolved immediately. * * @param {Array} messages Messages to retrieve