about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-03-14 17:01:49 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-03-14 17:01:49 +0000
commit35d0846cc1a1793967a7b4e2c508b1fd47acccee (patch)
tree493b402dfc4f74970d5872e17458c13902868d2b /converter/other
parentc312fa1d3c6ca31f5db705081f1217fbfde1c4d2 (diff)
downloadnetpbm-mirror-35d0846cc1a1793967a7b4e2c508b1fd47acccee.tar.gz
netpbm-mirror-35d0846cc1a1793967a7b4e2c508b1fd47acccee.tar.xz
netpbm-mirror-35d0846cc1a1793967a7b4e2c508b1fd47acccee.zip
typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4511 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/pngx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pngx.c b/converter/other/pngx.c
index 8295b979..7840b2da 100644
--- a/converter/other/pngx.c
+++ b/converter/other/pngx.c
@@ -24,7 +24,7 @@ errorHandler(png_structp     const png_ptr,
 
     jmp_buf * jmpbufP;
 
-    /* this function, aside from the extra step of retrieving the "error
+    /* This function, aside from the extra step of retrieving the "error
        pointer" (below) and the fact that it exists within the application
        rather than within libpng, is essentially identical to libpng's
        default error handler.  The second point is critical:  since both