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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'analyzer/pamfind.c') 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; -- cgit 1.4.1