From 0de0e869a990e2d5516c058d45143bba20e45de5 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 27 Mar 2009 14:28:08 +0000 Subject: [PATCH] [docs] Fix typo in the AnimationMode name --- clutter/clutter-alpha.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-alpha.c b/clutter/clutter-alpha.c index 412bf4c11..f2a2e065d 100644 --- a/clutter/clutter-alpha.c +++ b/clutter/clutter-alpha.c @@ -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 *