summaryrefslogtreecommitdiff
path: root/png.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2011-11-07 23:31:34 -0600
committerGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2011-11-07 23:31:34 -0600
commitefc4b697675e2f500408c67afa30fe977306d8a5 (patch)
tree2462afa041e0dcab2c91c58daa661226d353a6c5 /png.h
parent7875d534cb7967a737afdee090dd69e68661d4bf (diff)
downloadlibpng-efc4b697675e2f500408c67afa30fe977306d8a5.tar.gz
[libpng15] Fixed some typos in comments.
Diffstat (limited to 'png.h')
-rw-r--r--png.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/png.h b/png.h
index 922fe16b3..7d44b7b2d 100644
--- a/png.h
+++ b/png.h
@@ -2652,7 +2652,7 @@ PNG_EXPORT(207, void, png_save_uint_16, (png_bytep buf, unsigned int i));
* 3) Call the appropriate png_image_write... function with a pointer to the
* image to write the PNG data.
*
- * png_image is a structure that describes the in-memory formant of an image
+ * png_image is a structure that describes the in-memory format of an image
* when it is being read or define the in-memory format of an image that you
* need to write:
*/
@@ -2734,7 +2734,7 @@ typedef struct
#endif
/* Supported formats are as follows. Future versions of libpng may support more
- * formats, for compatibility with older versions simply check if the format
+ * formats; for compatibility with older versions simply check if the format
* macro is defined using #ifdef. These defines describe the in-memory layout
* of the components of the pixels of the image.
*