Fixed typo
authorAlexander Ebert <ebert@woltlab.com>
Thu, 26 May 2016 14:46:49 +0000 (16:46 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 26 May 2016 14:46:49 +0000 (16:46 +0200)
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabButton.js

index 512fcc4f08df411837c146e1ec595141dbe8edd9..75cc8f2e7528d354f09b8d8755502fde2c32be09 100644 (file)
@@ -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;
                                }