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:
Diffstat (limited to 'utils/transicc/transicc.c')
-rw-r--r--utils/transicc/transicc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/transicc/transicc.c b/utils/transicc/transicc.c
index 2151f39..1dc67f8 100644
--- a/utils/transicc/transicc.c
+++ b/utils/transicc/transicc.c
@@ -102,7 +102,7 @@ void Help(void)
fprintf(stderr, "\t%cw - use 16 bits\n", SW);
fprintf(stderr, "\t%cx - Hexadecimal\n\n", SW);
- fprintf(stderr, "%cs - bounded mode (clip negatives and highliths)\n", SW);
+ fprintf(stderr, "%cs - bounded mode (clip negatives and highlights)\n", SW);
fprintf(stderr, "%cq - Quantize (round decimals)\n\n", SW);
fprintf(stderr, "%ci<profile> - Input profile (defaults to sRGB)\n", SW);