Reformat a comment so that lines stay in 80 characters
[experiments/gstreamer.git] / gst-trick-mode-looping-2.py
index 156ef08..6bbd6e6 100755 (executable)
@@ -33,8 +33,8 @@ class Player:
         sys.stderr.write(".")
         player.set_property("uri", self._filename)
 
-        # XXX Ater the first iteration of the loop the playback rate is reset to
-        # normal. Do I need to re-set the rate here?
+        # XXX Ater the first iteration of the loop the playback rate is
+        # reset to normal. Do I need to re-set the rate here?
 
         # If I uncomment the following line, the player hangs:
         #self.set_rate(self._date)