diff --git a/lib/gollum/public/gollum/javascript/editor/gollum.editor.js b/lib/gollum/public/gollum/javascript/editor/gollum.editor.js index 4a027d97..c3db526c 100755 --- a/lib/gollum/public/gollum/javascript/editor/gollum.editor.js +++ b/lib/gollum/public/gollum/javascript/editor/gollum.editor.js @@ -717,7 +717,7 @@ deactivate: function() { - // When we switch markup language, unbind all buttons *except* for the text direction (LTR/RTL) switiching button + // When we switch markup language, unbind all buttons *except* for the text direction (LTR/RTL) switching button $('#gollum-editor-function-bar button.function-button').not('#function-text-direction').unbind('click'); $('#gollum-editor-function-bar').removeClass( 'active' ); FunctionBar.isActive = false;