diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-10 17:37:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-10 17:37:26 +0200 |
commit | 705b0683d67a38f48a261b44d7b9e48505039134 (patch) | |
tree | 50565df7cc5af700d8f78143f4413b1395b3f3bc /cg-icc.c | |
parent | m (diff) | |
download | cg-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>
Diffstat (limited to 'cg-icc.c')
-rw-r--r-- | cg-icc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |