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:
authorMarti Maria <marti.maria@littlecms.com>2022-08-22 17:20:47 +0300
committerMarti Maria <marti.maria@littlecms.com>2022-08-22 17:20:47 +0300
commit1ad1b59b69bb12f93bedf412bd595f4cca69d1f0 (patch)
tree0c6f52ace4db21515f88fd87bcb5b50da368c81f
parent54390818348493a88c43b0dadbad77bdc9750699 (diff)
fix a typo
poof-poof
-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");