From c5c692af190eabf5f927a8139fc5f101dbbfb439 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 4 Oct 2019 23:06:57 +0000 Subject: Fix typo in message git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3701 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- analyzer/pamfind.c | 2 +- doc/HISTORY | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/analyzer/pamfind.c b/analyzer/pamfind.c index acfb5ded..15ca9e85 100644 --- a/analyzer/pamfind.c +++ b/analyzer/pamfind.c @@ -125,7 +125,7 @@ targetValue(CmdLineInfo const cmdLine, } else { if (cmdLine.targetDepth != inpamP->depth) pm_error("You specified a %u-tuple for -target, " - "but the input image of of depth %u", + "but the input image is of depth %u", cmdLine.targetDepth, inpamP->depth); else { unsigned int i; diff --git a/doc/HISTORY b/doc/HISTORY index b2ca6941..9ddb6f83 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -8,6 +8,8 @@ CHANGE HISTORY not yet BJH Release 10.89.00 + pamfind: fix typo in message. + 19.09.28 BJH Release 10.88.00 pnmquant: Fail if user specifies more than one of -meanpixel, -- cgit 1.4.1