[libpng16] Fixed some typos in comments.

This commit is contained in:
Glenn Randers-Pehrson
2014-10-13 11:11:21 -05:00
parent 06ec570881
commit 6cae24c265
3 changed files with 5 additions and 5 deletions

View File

@@ -1578,7 +1578,7 @@ png_set_benign_errors(png_structrp png_ptr, int allowed)
* It is possible for an indexed (color-type==3) PNG file to contain
* pixels with invalid (out-of-range) indexes if the PLTE chunk has
* fewer entries than the image's bit-depth would allow. We recover
* from this gracefully by filling any incomplete palette with zeroes
* from this gracefully by filling any incomplete palette with zeros
* (opaque black). By default, when this occurs libpng will issue
* a benign error. This API can be used to override that behavior.
*/