[gegl] Typo fix



commit a07dbbb99bacecd7d7b1c18bd306c2fdff59b957
Author: Marco Ciampa <ciampix libero it>
Date:   Mon Apr 20 19:01:44 2015 +0200

    Typo fix

 operations/common/color-rotate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/color-rotate.c b/operations/common/color-rotate.c
index 2a6e6e1..78cccc5 100644
--- a/operations/common/color-rotate.c
+++ b/operations/common/color-rotate.c
@@ -54,7 +54,7 @@ property_boolean (dest_clockwise, _("Clockwise"), FALSE)
     description (_("Switch to clockwise"))
 
 property_double (dest_from, _("From"), 0.0)
-    description (_("Start angle of the desination color range"))
+    description (_("Start angle of the destination color range"))
     value_range (0.0, 360.0)
     ui_meta     ("unit", "degree")
 


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