Fix spelling mistakes in comments
authorEd Sanders <esanders@wikimedia.org>
Sat, 19 Dec 2015 12:45:47 +0000 (12:45 +0000)
committerEd Sanders <esanders@wikimedia.org>
Sat, 19 Dec 2015 12:45:47 +0000 (12:45 +0000)
Change-Id: Id608f402e1f308fbe83e6c262e5f2750efb41ebb

resources/src/mediawiki/mediawiki.Upload.BookletLayout.js
resources/src/mediawiki/page/startup.js

index 7401445..abe5882 100644 (file)
@@ -52,7 +52,7 @@
         * {@link #createUpload createUpload} method to
         * return the new model. The {@link #saveFile saveFile}, and
         * the {@link #uploadFile uploadFile} methods need to be
-        * overriden to use the new model and data returned from the forms.
+        * overridden to use the new model and data returned from the forms.
         *
         * @class
         * @extends OO.ui.BookletLayout
index f2509e2..592a63b 100644 (file)
@@ -14,7 +14,7 @@
                 * Fired when wiki content is being added to the DOM
                 *
                 * It is encouraged to fire it before the main DOM is changed (when $content
-                * is still detatched).  However, this order is not defined either way, so you
+                * is still detached).  However, this order is not defined either way, so you
                 * should only rely on $content itself.
                 *
                 * This includes the ready event on a page load (including post-edit loads)