Small doc fix to clutter_text_get_color
authorNeil Roberts <neil@linux.intel.com>
Wed, 5 Aug 2009 14:51:49 +0000 (15:51 +0100)
committerNeil Roberts <neil@linux.intel.com>
Wed, 5 Aug 2009 14:51:49 +0000 (15:51 +0100)
Bug reported by Rob Bradford.

clutter/clutter-text.c

index e4e687d..14c511e 100644 (file)
@@ -3448,7 +3448,7 @@ clutter_text_set_color (ClutterText        *self,
  * @self: a #ClutterText
  * @color: return location for a #ClutterColor
  *
- * Retrieves the text color as set by clutter_text_get_color().
+ * Retrieves the text color as set by clutter_text_set_color().
  *
  * Since: 1.0
  */