Merge "mediawiki.api.messages: Fix typo in comments"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 29 Aug 2016 18:57:31 +0000 (18:57 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 29 Aug 2016 18:57:31 +0000 (18:57 +0000)
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