From c491ba784ab355d47cb13689471288eeccac7916 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Wed, 23 Sep 2009 18:34:01 +0200 Subject: [PATCH] Update a comment --- bindings/perl/Champlain/t/ChamplainView.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/perl/Champlain/t/ChamplainView.t b/bindings/perl/Champlain/t/ChamplainView.t index f730116..95bc13b 100644 --- a/bindings/perl/Champlain/t/ChamplainView.t +++ b/bindings/perl/Champlain/t/ChamplainView.t @@ -433,8 +433,8 @@ sub run_animation_loop { # Give us a bit of time to get there since this is an animation and it - # requires an event loop. We add an idle timeout in order to make sure that we - # don't wait forever. + # requires an event loop. We add an idle timeout in order to make sure that + # we don't wait forever. $view->signal_connect('animation-completed' => sub { Clutter->main_quit(); }); -- 2.39.5