Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/tificc/tificc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tificc/tificc.c b/utils/tificc/tificc.c
index 28d8dc0..7407a34 100644
--- a/utils/tificc/tificc.c
+++ b/utils/tificc/tificc.c
@@ -1023,7 +1023,7 @@ void Help(int level)
"\ttificc -oprinter.icm inrgb.tif outcmyk.tif\n"
"To recover sRGB from a CMYK separation:\n"
"\ttificc -iprinter.icm incmyk.tif outrgb.tif\n"
- "To soft-poof how behaves Probev1_ICCv4.icc on perceptual:\n"
+ "To soft-proof how behaves Probev1_ICCv4.icc on perceptual:\n"
"\ttifficc -t0 -p Probev1_ICCv4.icc -m1 infile.tif out.tif\n"
"To convert from CIELab TIFF to sRGB\n"
"\ttificc -i*Lab in.tif out.tif\n\n");