From: Alexander Ebert Date: Thu, 26 May 2016 14:46:49 +0000 (+0200) Subject: Fixed typo X-Git-Tag: 3.0.0_Beta_1~1622 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=92daee3f4b384b6eafbcdb31bf1c4a4cff3f041a;p=GitHub%2FWoltLab%2FWCF.git Fixed typo --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabButton.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabButton.js index 512fcc4f08..75cc8f2e75 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabButton.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabButton.js @@ -9,7 +9,7 @@ $.Redactor.prototype.WoltLabButton = function() { buttonName = this.opts.buttons[i]; if (buttonName === 'wcfSeparator') { - // seperators will be inserted in the next step + // separators will be inserted in the next step continue; }