|
From: Lasse Kärkkäi. <tr...@us...> - 2009-08-18 03:36:02
|
Module: performous
Branch: master
Commit: 0f39ecec3d8226e31101bebc2c5f44f2dfc38c4d
Author: Lasse Karkkainen <tro...@tr...>
Date: Tue Aug 18 05:08:33 2009 +0300
Fix typo in ss_extract usage message.
---
tools/ss_extract.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/ss_extract.cpp b/tools/ss_extract.cpp
index c8a2cee..a64d98c 100644
--- a/tools/ss_extract.cpp
+++ b/tools/ss_extract.cpp
@@ -498,7 +498,7 @@ int main( int argc, char **argv) {
"Singstar DVDs have UDF and ISO-9660 filesystems on them. Your disc is mounted\n"
"as UDF and this causes some garbled data files, making ripping it impossible.\n\n"
"Please remount the disc as ISO-9660 and try again. E.g. on Linux:\n"
- "# mount -t iso9600 /dev/cdrom " << dvdPath << std::endl;
+ "# mount -t iso9660 /dev/cdrom " << dvdPath << std::endl;
} else std::cerr << "No Singstar DVD found. Enter a path to a folder with pack_ee.pak in it." << std::endl;
return EXIT_FAILURE;
}
|