projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f9d5e7
)
babl: fix typos in error strings.
author
Jehan
<jehan@girinstud.io>
Wed, 17 Aug 2022 13:18:04 +0000
(15:18 +0200)
committer
Jehan
<jehan@girinstud.io>
Wed, 17 Aug 2022 13:18:04 +0000
(15:18 +0200)
babl/babl-icc.c
patch
|
blob
|
history
diff --git
a/babl/babl-icc.c
b/babl/babl-icc.c
index 0bbb47e1df671e1f4345441227e483ab7b3534d1..af6dbdd18bea667e319028b6705dc78c90fec800 100644
(file)
--- a/
babl/babl-icc.c
+++ b/
babl/babl-icc.c
@@
-1079,10
+1079,10
@@
babl_space_from_icc (const char *icc_data,
}
break;
case BABL_ICC_INTENT_ABSOLUTE_COLORIMETRIC:
- *error = "absolute colormetric not implemented";
+ *error = "absolute color
i
metric not implemented";
break;
case BABL_ICC_INTENT_SATURATION:
- *error = "
absolute sta
uration not supported";
+ *error = "
sat
uration not supported";
break;
}