about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-19 22:40:36 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-12-19 22:40:36 +0000
commit438200b35edf73d72af852fbc581d7bc4ab2db31 (patch)
tree72bcbd69d5398804cba3d6310d95d795e124952f /editor
parente9c3c755752104accfb70f1ce06ac71fa64f5cf9 (diff)
downloadnetpbm-mirror-438200b35edf73d72af852fbc581d7bc4ab2db31.tar.gz
netpbm-mirror-438200b35edf73d72af852fbc581d7bc4ab2db31.tar.xz
netpbm-mirror-438200b35edf73d72af852fbc581d7bc4ab2db31.zip
fix typo in message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4816 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rw-r--r--editor/specialty/pnmindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/specialty/pnmindex.c b/editor/specialty/pnmindex.c
index f1049f46..0214ee8b 100644
--- a/editor/specialty/pnmindex.c
+++ b/editor/specialty/pnmindex.c
@@ -160,7 +160,7 @@ parseCommandLine(int argc, const char ** argv,
         /* Uses and sets argc, argv, and some of *cmdline_p and others. */
 
     if (quant && cmdlineP->noquant)
-        pm_error("You can't specify both -quant and -noquat");
+        pm_error("You can't specify both -quant and -noquant");
 
     if (colorsSpec) {
         if (cmdlineP->colors == 0)