summaryrefslogtreecommitdiff
path: root/utils/samples
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-21 14:22:49 -0400
committerluz.paz <luzpaz@users.noreply.github.com>2018-05-21 14:22:49 -0400
commit1e012029923cf95f34483d81d889ad3f20793a57 (patch)
tree907bb1f4deeb56f920b14c1326979781a1098ac7 /utils/samples
parent684dfb820b6eb797fb18e35cdfe05c1ae70e9816 (diff)
downloadlcms2-1e012029923cf95f34483d81d889ad3f20793a57.tar.gz
Misc. typos
Found via `codespell -q 3`
Diffstat (limited to 'utils/samples')
-rw-r--r--utils/samples/itufax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/samples/itufax.c b/utils/samples/itufax.c
index 72651c8..6bad87e 100644
--- a/utils/samples/itufax.c
+++ b/utils/samples/itufax.c
@@ -59,7 +59,7 @@ void Lab2ITU(LPcmsCIELab Lab, WORD Out[3])
// once for each node. In[] will contain the Lab PCS value to convert to ITUFAX
// on InputDirection, or the ITUFAX value to convert to Lab in OutputDirection
// You can change the number of sample points if desired, the algorithm will
-// remain same. 33 points gives good accurancy, but you can reduce to 22 or less
+// remain same. 33 points gives good accuracy, but you can reduce to 22 or less
// is space is critical
#define GRID_POINTS 33