[babl] babl: fix typos in error strings.



commit d72b5dd658091142fd8990e8ec3c7f9d7c50a3fc
Author: Jehan <jehan girinstud io>
Date:   Wed Aug 17 15:18:04 2022 +0200

    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 0bbb47e1d..af6dbdd18 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;
   }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]