[libpng16] Fixed some typos and grammar in manual and comments

This commit is contained in:
Glenn Randers-Pehrson
2012-06-09 10:35:17 -05:00
parent d630301d99
commit 05af5cd8fb
4 changed files with 32 additions and 32 deletions

View File

@@ -2020,7 +2020,7 @@ png_image_read_colormap(png_voidp argument)
/* png_create_colormap_entry just takes an RGBA and writes the
* corresponding color-map entry using the format from 'image',
* including the required convertion to sRGB or linear as
* including the required conversion to sRGB or linear as
* appropriate. The input values are always either sRGB (if the
* gamma correction flag is 0) or 0..255 scaled file encoded values
* (if the function must gamma correct them).