mediawiki.api.messages: Fix typo in comments
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 29 Aug 2016 17:06:02 +0000 (19:06 +0200)
committerKrinkle <krinklemail@gmail.com>
Mon, 29 Aug 2016 18:49:24 +0000 (18:49 +0000)
Change-Id: I2d51a982408f54ea62e38d7b3da99af4b73541c6

resources/src/mediawiki/api/messages.js

index 9ba562e..077e84d 100644 (file)
@@ -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