Fixed typos.

This commit is contained in:
Harald Kuhr 2009-11-02 23:24:56 +01:00
parent 46ab06f471
commit 9c443f28e3
2 changed files with 3 additions and 3 deletions

View File

@ -53,10 +53,10 @@ public class CURImageReader extends ICOImageReader {
}
/**
* Returns the hotspot location for the cursor.
* Returns the hot spot location for the cursor.
*
* @param pImageIndex the index of the cursor in the current input.
* @return the hotspot location for the cursor
* @return the hot spot location for the cursor
*
* @throws IOException if an I/O exception occurs during reading of image meta data
* @throws IndexOutOfBoundsException if {@code pImageIndex} is less than {@code 0} or greater than/equal to

View File

@ -53,7 +53,7 @@ import java.util.List;
/**
* ImageReader for Microsoft Windows ICO (icon) format.
* 1, 4, 8 bit palette support with bitmask transparency, and 16, 24 and 32 bit
* true color support with alpha. Also supports Windows Vista PNG ecoded icons.
* true color support with alpha. Also supports Windows Vista PNG encoded icons.
* <p/>
*
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>