summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-10-13 11:11:21 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-10-13 11:11:21 -0500
commit6cae24c265ea7a3d19a1655b0f7692ada4273290 (patch)
tree22e1dd7bf40c897f3ee89a62ab980b31f06fddd4 /example.c
parent06ec570881017041741f11b58573ed67f11a6c16 (diff)
downloadlibpng-6cae24c265ea7a3d19a1655b0f7692ada4273290.tar.gz
[libpng16] Fixed some typos in comments.
Diffstat (limited to 'example.c')
-rw-r--r--example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/example.c b/example.c
index 9075e5726..5422b6b22 100644
--- a/example.c
+++ b/example.c
@@ -188,13 +188,13 @@ int main(int argc, const char **argv)
*
* Don't repeatedly convert between the 8-bit and 16-bit forms. There is
* significant data loss when 16-bit data is converted to the 8-bit encoding and
- * the current libpng implementation of convertion to 16-bit is also
+ * the current libpng implementation of conversion to 16-bit is also
* significantly lossy. The latter will be fixed in the future, but the former
* is unavoidable - the 8-bit format just doesn't have enough resolution.
*/
/* If your program needs more information from the PNG data it reads, or if you
- * need to do more complex transformations, or minimise transformations, on the
+ * need to do more complex transformations, or minimize transformations, on the
* data you read, then you must use one of the several lower level libpng
* interfaces.
*