# HG changeset patch # User diego # Date 1180998447 0 # Node ID e9a0c447dc73f088138ee0d0dc587d59ebaa41a7 # Parent 1210710a6c6a933a2bd66dc749d45f8f9612a826 spelling diff -r 1210710a6c6a -r e9a0c447dc73 png.c --- 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;