aboutsummaryrefslogtreecommitdiff
path: root/src/png.c
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-04-27 18:39:49 +0000
committercorvid <corvid@lavabit.com>2010-04-27 18:39:49 +0000
commitb1da3ec24f877d1273a791f3635365420cf7f5e4 (patch)
tree0721c8945f6accfa3cb578e28b54251823b800a3 /src/png.c
parentbd0273b0f773f5af7855e9b10ba669b5bf04e471 (diff)
spelling
Diffstat (limited to 'src/png.c')
-rw-r--r--src/png.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/png.c b/src/png.c
index 6a5f4422..15f26e3b 100644
--- a/src/png.c
+++ b/src/png.c
@@ -53,7 +53,7 @@ static char *prog_state_name[] =
* structure below so that processing can be suspended or resumed at any
* point within an input image.
*
- * In the case of the libpng library, it maintains it's own state in
+ * In the case of the libpng library, it maintains its own state in
* png_ptr and into_ptr so the FSM is very simple - much simpler than the
* ones for XBM and PNM are.
*/
@@ -182,7 +182,7 @@ Png_datainfo_callback(png_structp png_ptr, png_infop info_ptr)
png->passes = png_set_interlace_handling(png_ptr);
}
- /* get libpng to update it's state */
+ /* get libpng to update its state */
png_read_update_info(png_ptr, info_ptr);
png_get_IHDR(png_ptr, info_ptr, &png->width, &png->height,