From ac3967c1ce6726c65747b83a8198b3416e85deda Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 4 Jun 2007 23:07:27 +0000 Subject: spelling Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/png.c') diff --git a/libavcodec/png.c b/libavcodec/png.c index 5e30f42ad1..5f9b1cdccd 100644 --- a/libavcodec/png.c +++ b/libavcodec/png.c @@ -180,7 +180,7 @@ static void png_put_interlaced_row(uint8_t *dst, int width, dsp_mask = png_pass_dsp_mask[pass]; switch(bits_per_pixel) { case 1: - /* we must intialize the line to zero before writing to it */ + /* we must initialize the line to zero before writing to it */ if (pass == 0) memset(dst, 0, (width + 7) >> 3); src_x = 0; -- cgit v1.2.3