aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-10 17:37:26 +0200
committerMattias Andrée <maandree@kth.se>2019-10-10 17:37:26 +0200
commit705b0683d67a38f48a261b44d7b9e48505039134 (patch)
tree50565df7cc5af700d8f78143f4413b1395b3f3bc
parentm (diff)
downloadcg-tools-705b0683d67a38f48a261b44d7b9e48505039134.tar.gz
cg-tools-705b0683d67a38f48a261b44d7b9e48505039134.tar.bz2
cg-tools-705b0683d67a38f48a261b44d7b9e48505039134.tar.xz
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--cg-icc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cg-icc.c b/cg-icc.c
index 3a29fbc..ec2fcce 100644
--- a/cg-icc.c
+++ b/cg-icc.c
@@ -489,7 +489,7 @@ parse_icc(const char *restrict content, size_t n, libcoopgamma_ramps_t *ramps, l
ptr = tag_offset;
if (tag_name == MLUT_TAG) {
- /* The profile is encododed as an dual-byte precision lookup table */
+ /* The profile is encoded as an dual-byte precision lookup table */
/* Initialise ramps */
*depth = LIBCOOPGAMMA_UINT16;