]> err.no Git - libchamplain/commitdiff
Update a comment
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Wed, 23 Sep 2009 16:34:01 +0000 (18:34 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sat, 26 Sep 2009 13:17:20 +0000 (09:17 -0400)
bindings/perl/Champlain/t/ChamplainView.t

index f730116a496be1e79895ecadf8b500fcc95b1866..95bc13b8521a45474bda9843e6b69327f13a202b 100644 (file)
@@ -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();
        });