From: Ed Sanders Date: Sat, 19 Dec 2015 12:45:47 +0000 (+0000) Subject: Fix spelling mistakes in comments X-Git-Tag: 1.31.0-rc.0~8619^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=9ca1712250eb819003ea6a95864627c0fbbd0b42;p=lhc%2Fweb%2Fwiklou.git Fix spelling mistakes in comments Change-Id: Id608f402e1f308fbe83e6c262e5f2750efb41ebb --- diff --git a/resources/src/mediawiki/mediawiki.Upload.BookletLayout.js b/resources/src/mediawiki/mediawiki.Upload.BookletLayout.js index 740144502c..abe588272e 100644 --- a/resources/src/mediawiki/mediawiki.Upload.BookletLayout.js +++ b/resources/src/mediawiki/mediawiki.Upload.BookletLayout.js @@ -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 diff --git a/resources/src/mediawiki/page/startup.js b/resources/src/mediawiki/page/startup.js index f2509e28fc..592a63b478 100644 --- a/resources/src/mediawiki/page/startup.js +++ b/resources/src/mediawiki/page/startup.js @@ -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)