docs: Fix the Animation:object property

There is a typo in the Animation:object property gtk-doc declaration.
This commit is contained in:
Emmanuele Bassi 2010-01-22 21:42:10 +00:00
parent 0788aa43b2
commit 8daa3035e5

View File

@ -456,7 +456,7 @@ clutter_animation_class_init (ClutterAnimationClass *klass)
gobject_class->finalize = clutter_animation_finalize; gobject_class->finalize = clutter_animation_finalize;
/** /**
* ClutterAnimation:objct: * ClutterAnimation:object:
* *
* The #GObject to which the animation applies. * The #GObject to which the animation applies.
* *