diff png.c @ 5097:e9a0c447dc73 libavcodec

spelling
author diego
date Mon, 04 Jun 2007 23:07:27 +0000
parents bff60ecc02f9
children 26f4095e35d2
line wrap: on
line diff
--- a/png.c	Mon Jun 04 11:03:24 2007 +0000
+++ b/png.c	Mon Jun 04 23:07:27 2007 +0000
@@ -180,7 +180,7 @@
     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;