fixed spelling in comment

This commit is contained in:
Dmitry Trofimov
2010-11-09 21:36:07 +03:00
parent eed35c8ed1
commit 98eb1e7fce
@@ -37,7 +37,7 @@ import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
@SuppressWarnings({"ForLoopReplaceableByForEach"}) // Way too many garbage in AbrstractList.iterator() produced otherwise.
@SuppressWarnings({"ForLoopReplaceableByForEach"}) // Way too many garbage in AbstractList.iterator() produced otherwise.
public final class IterationState {
private static final Logger LOG = Logger.getInstance("#com.intellij.openapi.editor.impl.IterationState");
private final TextAttributes myMergedAttributes = new TextAttributes();