summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpng/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libpng/example.c')
-rw-r--r--src/3rdparty/libpng/example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libpng/example.c b/src/3rdparty/libpng/example.c
index 323130f57..7956cf7ab 100644
--- a/src/3rdparty/libpng/example.c
+++ b/src/3rdparty/libpng/example.c
@@ -7,7 +7,7 @@
* The file libpng.txt is much more verbose then this. If you have not
* read it, do so first. This was designed to be a starting point of an
* implementation. This is not officially part of libpng, is hereby placed
- * in the public domain, and therefore does not retquire a copyright notice.
+ * in the public domain, and therefore does not require a copyright notice.
*
* This file does not currently compile, because it is missing certain
* parts, like allocating memory to hold an image. You will have to
@@ -209,7 +209,7 @@ void read_png(FILE *fp, unsigned int sig_read) /* file is already open */
/* Set the background color to draw transparent and alpha images over.
* It is possible to set the red, green, and blue components directly
* for paletted images instead of supplying a palette index. Note that
- * even if the PNG file supplies a background, you are not retquired to
+ * even if the PNG file supplies a background, you are not required to
* use it - you should use the (solid) application background if it has one.
*/