docs: Fix typo

This commit is contained in:
Emmanuele Bassi 2012-03-20 12:06:21 +00:00
parent 7af1d4b847
commit d6e710d252

View File

@ -360,7 +360,7 @@ clutter_transition_get_interval (ClutterTransition *transition)
* and will call the #ClutterTransitionClass.attached() virtual function. * and will call the #ClutterTransitionClass.attached() virtual function.
* *
* If an existing #ClutterAnimatable is attached to @transition, the * If an existing #ClutterAnimatable is attached to @transition, the
* reference will be released, and the #ClutterTransitionClas.detached() * reference will be released, and the #ClutterTransitionClass.detached()
* virtual function will be called. * virtual function will be called.
* *
* Since: 1.10 * Since: 1.10