From 09c4453814ab460417b3091c7083d1d2aca60dbc Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 14 Sep 2016 15:58:44 -0700 Subject: [PATCH] mediawiki.Upload.BookletLayout: Fix typo in comment Follows-up 33041b752d. Change-Id: I50747f140d6c0a42385aa94c8827f8ff7354628d --- resources/src/mediawiki/mediawiki.Upload.BookletLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) { -- 2.20.1