diff --git a/clutter/cally/cally-group.c b/clutter/cally/cally-group.c index d83c552e9..f93f2341e 100644 --- a/clutter/cally/cally-group.c +++ b/clutter/cally/cally-group.c @@ -29,7 +29,7 @@ * @short_description: Implementation of the ATK interfaces for a #ClutterGroup * @see_also: #ClutterGroup * - * #CallyClutterGroup implements the required ATK interfaces of #ClutterGroup + * #CallyGroup implements the required ATK interfaces of #ClutterGroup * In particular it exposes: * * diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c index 3ec222450..d7d16f0b6 100644 --- a/clutter/clutter-main.c +++ b/clutter/clutter-main.c @@ -1796,7 +1796,7 @@ clutter_get_option_group (void) * calling g_option_context_parse() with the #GOptionGroup returned by this * function requires a subsequent explicit call to clutter_init(); use this * function when needing to set foreign display connection with - * clutter_x11_set_display(), or with gtk_clutter_init(). + * clutter_x11_set_display(), or with gtk_clutter_init(). * * Return value: (transfer full): a #GOptionGroup for the commandline arguments * recognized by Clutter diff --git a/clutter/clutter-units.c b/clutter/clutter-units.c index 5fdc1ac60..422840aa5 100644 --- a/clutter/clutter-units.c +++ b/clutter/clutter-units.c @@ -747,7 +747,7 @@ G_DEFINE_BOXED_TYPE_WITH_CODE (ClutterUnits, clutter_units, /** * clutter_value_set_units: - * @value: a #GValue initialized to #CLUTTER_TYPE_UNIT + * @value: a #GValue initialized to %CLUTTER_TYPE_UNITS * @units: the units to set * * Sets @value to @units @@ -765,7 +765,7 @@ clutter_value_set_units (GValue *value, /** * clutter_value_get_units: - * @value: a #GValue initialized to #CLUTTER_TYPE_UNIT + * @value: a #GValue initialized to %CLUTTER_TYPE_UNITS * * Gets the #ClutterUnits contained in @value. * diff --git a/doc/reference/clutter/clutter-animation-tutorial.xml b/doc/reference/clutter/clutter-animation-tutorial.xml index 101e89573..511aae12a 100644 --- a/doc/reference/clutter/clutter-animation-tutorial.xml +++ b/doc/reference/clutter/clutter-animation-tutorial.xml @@ -248,7 +248,7 @@ on_new_frame (ClutterTimeline *timeline, directly correlates to the #ClutterAlpha's current alpha value driving the behaviour. With the #ClutterAlpha's animation mode set to %CLUTTER_LINEAR the actor will follow the path at a constant - velocity, but when changing to %CLUTTER_EASE_SINE_IN_OUT the actor + velocity, but when changing to %CLUTTER_EASE_IN_OUT_SINE the actor initially accelerates before quickly decelerating.