diff --git a/clutter/clutter-timeline.c b/clutter/clutter-timeline.c index c2472389e..20c0ab203 100644 --- a/clutter/clutter-timeline.c +++ b/clutter/clutter-timeline.c @@ -2001,7 +2001,7 @@ clutter_timeline_get_repeat_count (ClutterTimeline *timeline) /** * clutter_timeline_set_progress_func: * @timeline: a #ClutterTimeline - * @func: (scope notify) (allow-none): a progress function, or %NULL + * @func: (scope notified) (allow-none): a progress function, or %NULL * @data: (closure): data to pass to @func * @notify: a function to be called when the progress function is removed * or the timeline is disposed