diff --git a/terminal.php b/terminal.php index 08af48a..2a7cf2b 100644 --- a/terminal.php +++ b/terminal.php @@ -35,7 +35,7 @@ key = function(e) { commandHistory[commandHistory.length-1] = "[[ICEcoder]]:"+currentCommand; } } - // If ee have at least some items in history, step back a level and display the previous command + // If we have at least some items in history, step back a level and display the previous command if (currentLine > 0) { currentLine--; document.getElementById('command').value = commandHistory[currentLine].replace("[[ICEcoder]]:","");