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/psicc/psicc.c')
-rw-r--r--utils/psicc/psicc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/psicc/psicc.c b/utils/psicc/psicc.c
index 0feabd3..682b2e9 100644
--- a/utils/psicc/psicc.c
+++ b/utils/psicc/psicc.c
@@ -53,7 +53,7 @@ void Help(void)
fprintf(stderr, "-b - Black point compensation (CRD only)\n");
fprintf(stderr, "-u - Do NOT generate resource name on CRD\n");
fprintf(stderr, "-c<0,1,2> - Precision (0=LowRes, 1=Normal (default), 2=Hi-res) (CRD only)\n");
- fprintf(stderr, "-n<gridpoints> - Alternate way to set precission, number of CLUT points (CRD only)\n");
+ fprintf(stderr, "-n<gridpoints> - Alternate way to set precision, number of CLUT points (CRD only)\n");
fprintf(stderr, "\n");
fprintf(stderr, "If no output file is specified, output goes to stdout.\n\n");