diff options
-rw-r--r-- | editor/specialty/pnmindex.c | 2 |
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) |