[docs] Fix typo in the AnimationMode name
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 27 Mar 2009 14:28:08 +0000 (14:28 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 27 Mar 2009 14:28:08 +0000 (14:28 +0000)
clutter/clutter-alpha.c

index 412bf4c..f2a2e06 100644 (file)
@@ -42,7 +42,7 @@
  *
  * You should provide a #ClutterTimeline and bind it to the #ClutterAlpha
  * instance using clutter_alpha_set_timeline(). You should also set an
- * "animation mode", either by using the #ClutterAnimatioMode values that
+ * "animation mode", either by using the #ClutterAnimationMode values that
  * Clutter itself provides or by registering custom functions using
  * clutter_alpha_register_func().
  *
@@ -565,7 +565,7 @@ clutter_alpha_new_with_func (ClutterTimeline  *timeline,
  * clutter_alpha_get_mode:
  * @alpha: a #ClutterAlpha
  *
- * Retrieves the #ClutterAnimatioMode used by @alpha.
+ * Retrieves the #ClutterAnimationMode used by @alpha.
  *
  * Return value: the animation mode
  *