[SCM] morituri/master: * morituri/rip/drive.py: Fix typo. Fixes #59.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:21 UTC 2014


The following commit has been merged in the master branch:
commit ae2095c8c3c857a247ed8687f50e148dd4d1bdb5
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Thu Mar 17 09:57:10 2011 +0000

    	* morituri/rip/drive.py:
    	  Fix typo.  Fixes #59.

diff --git a/ChangeLog b/ChangeLog
index 334f7ab..f655bb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* morituri/rip/drive.py:
+	  Fix typo.  Fixes #59.
+
 2011-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/common/checksum.py:
diff --git a/morituri/rip/drive.py b/morituri/rip/drive.py
index 808b112..edc9aa6 100644
--- a/morituri/rip/drive.py
+++ b/morituri/rip/drive.py
@@ -38,7 +38,7 @@ class List(logcommand.LogCommand):
         try:
             import cdio
         except ImportError:
-            print 'Install pycdio for vendora/model/release detection.'
+            print 'Install pycdio for vendor/model/release detection.'
             return
 
         for path in paths:

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list