1 Description: improve wording
3 Reviewed-by: gregor herrmann <gregoa@debian.org>
4 Last-Update: 2010-05-25
9 fprintf (stdout, "\nConclusion:\n");
11 if (bad_sectors > 0) {
12 - fprintf (stdout, " Disc contains BAD or even readable sectors, put it into trash can!\n");
13 + fprintf (stdout, " Disc contains BAD or even unreadable sectors, put it into trash can!\n");
21 - fprintf (stdout, " Even there is no unreadable sectors, disc is unstable!\n");
22 + fprintf (stdout, " Even though there are no unreadable sectors, disc is unstable!\n");
25 void Ccdrom::DeallocateTimings()