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,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>