about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-01-22 03:51:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-01-22 03:51:58 +0000
commit1178fc306006c2cbb1ba72713489f5b0da488813 (patch)
tree0b85a300ba6c53a56038113056f83b3782f809f0
parent808c9d79ad2caa5f0891b723ade83988af11978f (diff)
downloadnetpbm-mirror-1178fc306006c2cbb1ba72713489f5b0da488813.tar.gz
netpbm-mirror-1178fc306006c2cbb1ba72713489f5b0da488813.tar.xz
netpbm-mirror-1178fc306006c2cbb1ba72713489f5b0da488813.zip
Fix typo in error message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4249 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--analyzer/pnmpsnr.c2
-rw-r--r--doc/HISTORY5
2 files changed, 5 insertions, 2 deletions
diff --git a/analyzer/pnmpsnr.c b/analyzer/pnmpsnr.c
index 2363e8c3..6543c542 100644
--- a/analyzer/pnmpsnr.c
+++ b/analyzer/pnmpsnr.c
@@ -179,7 +179,7 @@ validateInput(struct pam const pam1,
                  pam1.height, pam2.height);
 
     if (pam1.maxval != pam2.maxval)
-        pm_error("images do not have the same maxval.  This programs works "
+        pm_error("images do not have the same maxval.  This program works "
                  "only on like maxvals.  "
                  "The first image has maxval %u, "
                  "while the second has %u.  Use Pamdepth to change the "
diff --git a/doc/HISTORY b/doc/HISTORY
index cfcd78c3..0b4e106b 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,9 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.98.00
 
+              pnmtopsnr: Fix typo in error message.  Always broken (pnmpsnr
+              was new in Netpbm 9.6 (July 2000).
+
               ppmtoilbm: Remove -floyd (aka -fs) option, which hasn't worked
               in a long time if ever and is inappropriate function for this
               program.  And the broken code is inconsistent with new random
@@ -5771,7 +5774,7 @@ not yet  BJH  Release 10.98.00
 
 00.07.12 BJH  Release 9.6
 
-              Add pnmtofiasco, fiascotopnm, psnpsnr.  Thanks to Ullrich
+              Add pnmtofiasco, fiascotopnm, pnmpnsr.  Thanks to Ullrich
               Hafner.
 
               Make Pnmcrop use a temporary file instead of huge amounts