Index: src/liveedit-debugger.js |
=================================================================== |
--- src/liveedit-debugger.js (revision 10402) |
+++ src/liveedit-debugger.js (working copy) |
@@ -581,7 +581,7 @@ |
// children of unchanged functions are ignored. |
function MarkChangedFunctions(code_info_tree, chunks) { |
- // A convenient interator over diff chunks that also translates |
+ // A convenient iterator over diff chunks that also translates |
// positions from old to new in a current non-changed part of script. |
var chunk_it = new function() { |
var chunk_index = 0; |