[gegl] Spelling



commit 40c9f49de993c9a3c84fbe4681e3c45a24303945
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Sat Nov 2 22:22:21 2013 -0700

    Spelling

 gegl/opencl/gegl-cl-color.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gegl/opencl/gegl-cl-color.c b/gegl/opencl/gegl-cl-color.c
index fc3da21..fbcd8ab 100644
--- a/gegl/opencl/gegl-cl-color.c
+++ b/gegl/opencl/gegl-cl-color.c
@@ -185,7 +185,7 @@ gegl_cl_color_compile_kernels (void)
 
   if (!float_kernels)
     {
-      g_warning ("Failed to compile coloer conversions (float_kernels)");
+      g_warning ("Failed to compile color conversions (float_kernels)");
       result = FALSE;
     }
 
@@ -196,7 +196,7 @@ gegl_cl_color_compile_kernels (void)
 
   if (!lut8_kernels)
     {
-      g_warning ("Failed to compile coloer conversions (lut8_kernels)");
+      g_warning ("Failed to compile color conversions (lut8_kernels)");
       result = FALSE;
     }
 


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