From: Emmanuel Rodriguez Date: Wed, 23 Sep 2009 16:34:01 +0000 (+0200) Subject: Update a comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c491ba784ab355d47cb13689471288eeccac7916;p=libchamplain Update a comment --- 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(); });