diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-06-05 00:39:11 -0400 |
---|---|---|
committer | Cosmin Truta <ctruta@gmail.com> | 2018-08-19 00:57:20 -0400 |
commit | a294c1bcb65b44d0875ecd28a628f39f1253dce1 (patch) | |
tree | 3bbaa889d89796ab8ef6569b00dcc1accdfeec92 /png.h | |
parent | ceb327789bf0a797a4e78d58cf1ec48585d16eae (diff) |
Some more trivial source typos
Found via `codespell` and `grep`
Diffstat (limited to 'png.h')
-rw-r--r-- | png.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |