From d72b5dd658091142fd8990e8ec3c7f9d7c50a3fc Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 17 Aug 2022 15:18:04 +0200 Subject: [PATCH] babl: fix typos in error strings. --- babl/babl-icc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babl/babl-icc.c b/babl/babl-icc.c index 0bbb47e..af6dbdd 100644 --- 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 colorimetric not implemented"; break; case BABL_ICC_INTENT_SATURATION: - *error = "absolute stauration not supported"; + *error = "saturation not supported"; break; } -- 2.30.2