deform-effect: Fix Horiontal/Horizontal typo
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Oct 2010 16:20:30 +0000 (17:20 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Oct 2010 16:21:15 +0000 (17:21 +0100)
clutter/clutter-deform-effect.c

index 0f6f673..052ed0b 100644 (file)
@@ -522,7 +522,7 @@ clutter_deform_effect_class_init (ClutterDeformEffectClass *klass)
    * Since: 1.4
    */
   pspec = g_param_spec_uint ("x-tiles",
-                             P_("Horiontal Tiles"),
+                             P_("Horizontal Tiles"),
                              P_("The number of horizontal tiles"),
                              1, G_MAXUINT,
                              DEFAULT_N_TILES,