[gegl] ripple: Fix typo in prop description



commit 2249260003e43fa57bfed41f493cfbb72ab36e95
Author: Mukund Sivaraman <muks banu com>
Date:   Mon Sep 5 00:37:53 2011 +0530

    ripple: Fix typo in prop description

 operations/workshop/ripple.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/workshop/ripple.c b/operations/workshop/ripple.c
index 8e45be2..0ff55d6 100644
--- a/operations/workshop/ripple.c
+++ b/operations/workshop/ripple.c
@@ -37,7 +37,7 @@ gegl_chant_double (angle, _("Angle"), -180.0, 180.0, 0.0,
                    _("Angle in degree"))
 
 gegl_chant_enum (sampler_type, _("Sampler"), GeglSamplerType, GEGL_TYPE_SAMPLER_TYPE,
-                 GEGL_SAMPLER_CUBIC, _("Sampler used internaly"))
+                 GEGL_SAMPLER_CUBIC, _("Sampler used internally"))
 
 gegl_chant_enum (wave_type, _("Wave type"), GeglRippleWaveType, GEGL_RIPPLE_WAVE_TYPE,
                  GEGl_RIPPLE_WAVE_TYPE_SINE, _("Type of wave"))



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