about summary refs log tree commit diff
path: root/converter/other/pngx.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-01-21 06:34:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-01-21 06:34:11 +0000
commit978495ce66be718210c9c1299885e73665dbe1b6 (patch)
tree6e493534530d80f18bf7a3880cd88c0f30bc177c /converter/other/pngx.h
parent1a9c10e56314457b855e303f4447308959c3fcbe (diff)
downloadnetpbm-mirror-978495ce66be718210c9c1299885e73665dbe1b6.tar.gz
netpbm-mirror-978495ce66be718210c9c1299885e73665dbe1b6.tar.xz
netpbm-mirror-978495ce66be718210c9c1299885e73665dbe1b6.zip
Fix typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3516 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pngx.h')
-rw-r--r--converter/other/pngx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pngx.h b/converter/other/pngx.h
index be9b9558..90b320a0 100644
--- a/converter/other/pngx.h
+++ b/converter/other/pngx.h
@@ -53,7 +53,7 @@ struct pngx {
     pngx_rw      rw;
     png_uint_16  maxval;
     unsigned int numPassesRequired;
-        /* The number of times we have write the complete image to the
+        /* The number of times we have to write the complete image to the
            compressor.  This is more than one when the compressor is set
            up to do an interlaced format.
         */