[gegl] operations: fix typo in alien-map.c



commit a2a5d967f2e2da3ec54624bba77ea5bcac2794e3
Author: Téo Mazars <teo mazars ensimag fr>
Date:   Fri Jul 19 22:09:55 2013 +0200

    operations: fix typo in alien-map.c

 operations/common/alien-map.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/alien-map.c b/operations/common/alien-map.c
index 9656f9d..87661ce 100644
--- a/operations/common/alien-map.c
+++ b/operations/common/alien-map.c
@@ -30,7 +30,7 @@ gegl_chant_register_enum (gegl_alien_map_color_representation)
   enum_value (GEGL_ALIEN_MAP_COLOR_REPRESENTATION_HSL, "HSL")
 gegl_chant_register_enum_end (GeglAlienMapColorRepresentation)
 
-gegl_chant_enum    (color_represenation, _("Color represenation"),
+gegl_chant_enum    (color_representation, _("Color represenation"),
                     GeglAlienMapColorRepresentation,
                     gegl_alien_map_color_representation,
                     GEGL_ALIEN_MAP_COLOR_REPRESENTATION_RGB,
@@ -78,7 +78,7 @@ prepare (GeglOperation *operation)
 {
   GeglChantO *o = GEGL_CHANT_PROPERTIES (operation);
 
-  if (o->color_represenation == GEGL_ALIEN_MAP_COLOR_REPRESENTATION_RGB)
+  if (o->color_representation == GEGL_ALIEN_MAP_COLOR_REPRESENTATION_RGB)
     {
       gegl_operation_set_format (operation, "input",
                                  babl_format ("R'G'B'A float"));


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