Small doc fix to clutter_text_get_color

Bug reported by Rob Bradford.
This commit is contained in:
Neil Roberts 2009-08-05 15:51:49 +01:00
parent b190448ed4
commit 1434d72134

View 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
*/