Fix annotation typos

This commit is contained in:
Emmanuele Bassi 2010-05-09 00:13:16 +01:00
parent 493041c505
commit 4c850d39c5

View File

@ -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