summaryrefslogtreecommitdiff
path: root/operations
diff options
context:
space:
mode:
authorMarco Ciampa <ciampix@libero.it>2015-04-20 19:01:44 +0200
committerMarco Ciampa <ciampix@libero.it>2015-04-20 19:01:44 +0200
commita07dbbb99bacecd7d7b1c18bd306c2fdff59b957 (patch)
tree96efdf07d759f6a1cf94794df5ca47c1b63faab7 /operations
parentb5d1d5c8aaf1e22d8f4645d1b49a633b1832544f (diff)
Typo fix
Diffstat (limited to 'operations')
-rw-r--r--operations/common/color-rotate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/operations/common/color-rotate.c b/operations/common/color-rotate.c
index 2a6e6e12..78cccc53 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")