jdk/src/share/classes/javax/imageio/event/IIOWriteWarningListener.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/imageio/event/IIOWriteWarningListener.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/imageio/event/IIOWriteWarningListener.java	Tue Oct 29 17:01:06 2013 +0400
@@ -46,7 +46,7 @@
 public interface IIOWriteWarningListener extends EventListener {
 
     /**
-     * Reports the occurence of a non-fatal error in encoding.  Encoding
+     * Reports the occurrence of a non-fatal error in encoding.  Encoding
      * will continue following the call to this method.  The application
      * may choose to display a dialog, print the warning to the console,
      * ignore the warning, or take any other action it chooses.