about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-05-04 18:07:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-05-04 18:07:14 +0000
commit367d5226ca6625ac443411b2dc94eeb8e8e7e0d8 (patch)
tree5c6fce5bbb13bcea885cfa4981ca10667eb12543 /converter
parenta5468fe51d6427d31c50af3444f4548230a476d5 (diff)
downloadnetpbm-mirror-367d5226ca6625ac443411b2dc94eeb8e8e7e0d8.tar.gz
netpbm-mirror-367d5226ca6625ac443411b2dc94eeb8e8e7e0d8.tar.xz
netpbm-mirror-367d5226ca6625ac443411b2dc94eeb8e8e7e0d8.zip
fix typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3599 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter')
-rw-r--r--converter/other/pamtopng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtopng.c b/converter/other/pamtopng.c
index a323844f..68d4055d 100644
--- a/converter/other/pamtopng.c
+++ b/converter/other/pamtopng.c
@@ -921,7 +921,7 @@ pamtopng(FILE *             const ifP,
 
     if (cmdline.interlace) {
         /* Libpng will expect us to provide pixels in interlaced sequence
-           if we write row-by-row, and that is much to difficult, so we
+           if we write row-by-row, and that is much too difficult, so we
            do whole-image-at-once and let Libpng do the work.
         */
         writeRasterWholeImg(&pam, pngxP, pnmBitDepth);