Fix annotation typos
authorEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 8 May 2010 23:13:16 +0000 (00:13 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 8 May 2010 23:14:24 +0000 (00:14 +0100)
clutter/clutter-animation.c

index 336ed01..f7d8711 100644 (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