From: Timo Tijhof Date: Wed, 14 Sep 2016 22:58:44 +0000 (-0700) Subject: mediawiki.Upload.BookletLayout: Fix typo in comment X-Git-Tag: 1.31.0-rc.0~5576^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=09c4453814ab460417b3091c7083d1d2aca60dbc;p=lhc%2Fweb%2Fwiklou.git mediawiki.Upload.BookletLayout: Fix typo in comment Follows-up 33041b752d. Change-Id: I50747f140d6c0a42385aa94c8827f8ff7354628d --- diff --git a/resources/src/mediawiki/mediawiki.Upload.BookletLayout.js b/resources/src/mediawiki/mediawiki.Upload.BookletLayout.js index 920835f193..7c4855fb2f 100644 --- a/resources/src/mediawiki/mediawiki.Upload.BookletLayout.js +++ b/resources/src/mediawiki/mediawiki.Upload.BookletLayout.js @@ -346,7 +346,7 @@ return this.upload.getApi() .then( function ( api ) { // 'amenableparser' will expand templates and parser functions server-side. - // We still do the rest of wikitext parsing here (throught jqueryMsg). + // We still do the rest of wikitext parsing here (through jqueryMsg). return api.loadMessagesIfMissing( [ error.message.key ], { amenableparser: true } ) .then( function () { if ( !mw.message( error.message.key ).exists() ) {