about summary refs log tree commit diff
path: root/analyzer
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-10-04 23:06:57 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-10-04 23:06:57 +0000
commitc5c692af190eabf5f927a8139fc5f101dbbfb439 (patch)
tree99ae93648b7a460cfaab69ad53223553e7a7bec7 /analyzer
parent2ba260e97fb4f2808cfbdcad0fdec34d48698da0 (diff)
downloadnetpbm-mirror-c5c692af190eabf5f927a8139fc5f101dbbfb439.tar.gz
netpbm-mirror-c5c692af190eabf5f927a8139fc5f101dbbfb439.tar.xz
netpbm-mirror-c5c692af190eabf5f927a8139fc5f101dbbfb439.zip
Fix typo in message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3701 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'analyzer')
-rw-r--r--analyzer/pamfind.c2
1 files changed, 1 insertions, 1 deletions
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;