--- old/src/java.desktop/share/classes/java/awt/EventDispatchThread.java 2014-09-10 15:11:42.387812800 +0400 +++ new/src/java.desktop/share/classes/java/awt/EventDispatchThread.java 2014-09-10 15:11:42.048202900 +0400 @@ -43,7 +43,7 @@ * pumpEvents(Conditional) in its run() method. Event handlers can choose to * block this event pump at any time, but should start a new pump (not * a new EventDispatchThread) by again calling pumpEvents(Conditional). This - * secondary event pump will exit automatically as soon as the Condtional + * secondary event pump will exit automatically as soon as the Conditional * evaluate()s to false and an additional Event is pumped and dispatched. * * @author Tom Ball