babl: fix typos in error strings.
authorJehan <jehan@girinstud.io>
Wed, 17 Aug 2022 13:18:04 +0000 (15:18 +0200)
committerJehan <jehan@girinstud.io>
Wed, 17 Aug 2022 13:18:04 +0000 (15:18 +0200)
babl/babl-icc.c

index 0bbb47e1df671e1f4345441227e483ab7b3534d1..af6dbdd18bea667e319028b6705dc78c90fec800 100644 (file)
@@ -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;
   }