diff options
author | corvid <corvid@lavabit.com> | 2010-04-27 18:39:49 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-04-27 18:39:49 +0000 |
commit | b1da3ec24f877d1273a791f3635365420cf7f5e4 (patch) | |
tree | 0721c8945f6accfa3cb578e28b54251823b800a3 /src | |
parent | bd0273b0f773f5af7855e9b10ba669b5bf04e471 (diff) |
spelling
Diffstat (limited to 'src')
-rw-r--r-- | src/png.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |