From: aude Date: Fri, 13 Mar 2015 10:16:31 +0000 (+0100) Subject: Fix comment typo in mediawiki.legacy/protect.js X-Git-Tag: 1.31.0-rc.0~12108 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=94ac4bb9b71bf2dd1754584ee477b5daa10fe73d;p=lhc%2Fweb%2Fwiklou.git Fix comment typo in mediawiki.legacy/protect.js Change-Id: I82c351d0d89a3f65ba9aa65cd11ca9b5ba99d6c5 --- diff --git a/resources/src/mediawiki.legacy/protect.js b/resources/src/mediawiki.legacy/protect.js index bc73048378..3f4b263efd 100644 --- a/resources/src/mediawiki.legacy/protect.js +++ b/resources/src/mediawiki.legacy/protect.js @@ -64,7 +64,7 @@ var ProtectionForm = window.ProtectionForm = { }, /** - * Checks if a cerain protection level is cascadeable. + * Checks if a certain protection level is cascadeable. * * @param {string} level * @return {boolean}