From d6e710d252def2a086d9c98efa867af0ca66cb23 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 20 Mar 2012 12:06:21 +0000 Subject: [PATCH] docs: Fix typo --- clutter/clutter-transition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-transition.c b/clutter/clutter-transition.c index 955ba92..e5fc897 100644 --- a/clutter/clutter-transition.c +++ b/clutter/clutter-transition.c @@ -360,7 +360,7 @@ clutter_transition_get_interval (ClutterTransition *transition) * and will call the #ClutterTransitionClass.attached() virtual function. * * 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. * * Since: 1.10 -- 2.7.4