diff --git a/clutter/clutter-stage.c b/clutter/clutter-stage.c index a62f0a4c7..e880076b4 100644 --- a/clutter/clutter-stage.c +++ b/clutter/clutter-stage.c @@ -1518,7 +1518,7 @@ _clutter_stage_do_pick (ClutterStage *stage, } CLUTTER_NOTE (PICK, "Performing %s pick at %i,%i", - is_clipped ? "clippped" : "full", x, y); + is_clipped ? "clipped" : "full", x, y); cogl_color_init_from_4ub (&stage_pick_id, 255, 255, 255, 255); CLUTTER_TIMER_START (_clutter_uprof_context, pick_clear);