summaryrefslogtreecommitdiff
path: root/png.h
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-06-05 00:39:11 -0400
committerCosmin Truta <ctruta@gmail.com>2018-08-19 00:57:20 -0400
commita294c1bcb65b44d0875ecd28a628f39f1253dce1 (patch)
tree3bbaa889d89796ab8ef6569b00dcc1accdfeec92 /png.h
parentceb327789bf0a797a4e78d58cf1ec48585d16eae (diff)
Some more trivial source typos
Found via `codespell` and `grep`
Diffstat (limited to 'png.h')
-rw-r--r--png.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/png.h b/png.h
index 96177ccf3..087953ef4 100644
--- a/png.h
+++ b/png.h
@@ -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.
*/