From 4c850d39c59bc1d88f527f99485882fa2399afbf Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 9 May 2010 00:13:16 +0100 Subject: [PATCH] Fix annotation typos --- clutter/clutter-animation.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clutter/clutter-animation.c b/clutter/clutter-animation.c index 336ed010d..f7d8711b3 100644 --- a/clutter/clutter-animation.c +++ b/clutter/clutter-animation.c @@ -2195,7 +2195,7 @@ clutter_actor_animate (ClutterActor *actor, * @n_properties: number of property names and values * @properties: (array length=n_properties) (element-type utf8): a vector * containing the property names to set - * @values: (array length=n_properies): a vector containing the + * @values: (array length=n_properties): a vector containing the * property values to set * * Animates the given list of properties of @actor between the current @@ -2247,7 +2247,7 @@ clutter_actor_animatev (ClutterActor *actor, * @n_properties: number of property names and values * @properties: (array length=n_properties) (element-type utf8): a vector * containing the property names to set - * @values: (array length=n_properies): a vector containing the + * @values: (array length=n_properties): a vector containing the * property values to set * * Animates the given list of properties of @actor between the current @@ -2302,7 +2302,7 @@ clutter_actor_animate_with_timelinev (ClutterActor *actor, * @n_properties: number of property names and values * @properties: (array length=n_properties) (element-type utf8): a vector * containing the property names to set - * @values: (array length=n_properies): a vector containing the + * @values: (array length=n_properties): a vector containing the * property values to set * * Animates the given list of properties of @actor between the current