[pitivi] Remove an unicode blank from a comment. Oops.



commit 4c62546f777f1f52ec6e2508751d4fcb7d996f68
Author: Alessandro Decina <alessandro d gmail com>
Date:   Fri Aug 7 14:12:47 2009 +0200

    Remove an unicode blank from a comment. Oops.

 pitivi/pipeline.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/pipeline.py b/pitivi/pipeline.py
index 07bb9bf..fdd8e79 100644
--- a/pitivi/pipeline.py
+++ b/pitivi/pipeline.py
@@ -822,7 +822,7 @@ class Pipeline(Signallable, Loggable):
 
     def _binPadAddedCb(self, bin, pad):
         # Our (semi)automatic linking logic is based on caps.
-        # gst_pad_get_caps returns all the caps a pad can handle, not
+        # gst_pad_get_caps returns all the caps a pad can handle, not
         # necessarily those set with gst_pad_set_caps.
         # Some of our utility elements (like ImageFreeze and FixSeekStart) have
         # template caps ANY but they do caps negotiation (call gst_pad_set_caps)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]