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

Print this page

        

@@ -30,11 +30,11 @@
      * Enumeration for possible values for <code>acceptEvent(AWTEvent ev)</code> method.
      * @see EventDispatchThread#pumpEventsForFilter
      */
     static enum FilterAction {
         /**
-         * ACCEPT means that this filter do not filter the event and allowes other
+         * ACCEPT means that this filter do not filter the event and allows other
          * active filters to proceed it. If all the active filters accept the event, it
          * is dispatched by the <code>EventDispatchThread</code>
          * @see EventDispatchThread#pumpEventsForFilter
          */
         ACCEPT,