* morituri/rip/drive.py:

Fix typo.  Fixes #59.
This commit is contained in:
Thomas Vander Stichele
2011-03-17 09:57:10 +00:00
parent e52d20c19a
commit ae2095c8c3
2 changed files with 6 additions and 1 deletions

View File

@@ -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:

View File

@@ -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: