From 683f15ba68555367131bc2bd05bf995adddbcccc Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Sun, 3 Feb 2013 12:11:01 +0100 Subject: [PATCH] clutter-stage: Fix typo https://bugzilla.gnome.org/show_bug.cgi?id=669122 --- clutter/clutter-stage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);