src/java.desktop/share/classes/java/awt/EventDispatchThread.java

Print this page

        

@@ -41,11 +41,11 @@
  *
  * The Thread starts a "permanent" event pump with a call to
  * pumpEvents(Conditional) in its run() method. Event handlers can choose to
  * block this event pump at any time, but should start a new pump (<b>not</b>
  * 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
  * @author Amy Fowler
  * @author Fred Ecks