From 39b563e693b9b97e9476b3476c8dc017f7f1b93e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Mon, 29 Aug 2016 19:06:02 +0200 Subject: [PATCH] mediawiki.api.messages: Fix typo in comments Change-Id: I2d51a982408f54ea62e38d7b3da99af4b73541c6 --- resources/src/mediawiki/api/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1