Some more trivial source typos

Found via `codespell` and `grep`
This commit is contained in:
luz.paz
2018-06-05 00:39:11 -04:00
committed by Cosmin Truta
parent ceb327789b
commit a294c1bcb6
9 changed files with 14 additions and 14 deletions

2
png.h
View File

@@ -2917,7 +2917,7 @@ typedef struct
* 'flags' field of png_image.
*/
#define PNG_IMAGE_FLAG_COLORSPACE_NOT_sRGB 0x01
/* This indicates the the RGB values of the in-memory bitmap do not
/* This indicates that the RGB values of the in-memory bitmap do not
* correspond to the red, green and blue end-points defined by sRGB.
*/