From 06bee1cd214fd959021ff40c0e0e30cf1bfc47e4 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 9 Jun 2011 13:55:15 +0200 Subject: [PATCH] Typo fix --- mopidy/scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/scanner.py b/mopidy/scanner.py index b2e254da..3bcf03d9 100644 --- a/mopidy/scanner.py +++ b/mopidy/scanner.py @@ -106,7 +106,7 @@ class Scanner(object): self.next_uri() def get_duration(self): - self.pipe.get_state() # Block untill state change is done. + self.pipe.get_state() # Block until state change is done. try: return self.pipe.query_duration( gst.FORMAT_TIME, None)[0] // gst.MSECOND