--- old/src/java.desktop/share/classes/java/awt/EventFilter.java 2014-09-10 15:11:45.105097300 +0400 +++ new/src/java.desktop/share/classes/java/awt/EventFilter.java 2014-09-10 15:11:44.744279200 +0400 @@ -32,7 +32,7 @@ */ 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 EventDispatchThread * @see EventDispatchThread#pumpEventsForFilter