changeset 5097:e9a0c447dc73 libavcodec

spelling
author diego
date Mon, 04 Jun 2007 23:07:27 +0000
parents 1210710a6c6a
children 997c368e6433
files png.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;