diff --git a/lib/gollum/public/gollum/javascript/editor/gollum.editor.js b/lib/gollum/public/gollum/javascript/editor/gollum.editor.js index 252a4b70..4a027d97 100755 --- a/lib/gollum/public/gollum/javascript/editor/gollum.editor.js +++ b/lib/gollum/public/gollum/javascript/editor/gollum.editor.js @@ -43,7 +43,7 @@ $('#gollum-saved-msg').text('Saving...'); - // Wait 2 seconds, then actualy save the text to local storage + // Wait 2 seconds, then actually save the text to local storage autoSaveTimer = setTimeout(function() { localStorage.setItem(storageKey, window.ace_editor.getSession().getValue()); // Save any subpage editor text that might exist