From 438200b35edf73d72af852fbc581d7bc4ab2db31 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 19 Dec 2023 22:40:36 +0000 Subject: fix typo in message git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4816 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/specialty/pnmindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') 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) -- cgit 1.4.1