1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: Fix spelling errors found by lintian
--- a/src/tse3/plt/OSS.cpp
+++ b/src/tse3/plt/OSS.cpp
@@ -1702,7 +1702,7 @@
if (fread(tmp, 1, 0xef, f) != 0xef)
{
fclose(f);
- std::cerr << "TSE3: (OSS) GUS file was trucated.\n";
+ std::cerr << "TSE3: (OSS) GUS file was truncated.\n";
patchLoadedFailed[pgm] = true;
return false;
}
--- a/src/tse3play/tse3play.1
+++ b/src/tse3play/tse3play.1
@@ -46,7 +46,7 @@
.I TSE3MDL
(
-.I TSE3 Music Description Langauge
+.I TSE3 Music Description Language
) files are a similar form of music file. They are created by sequencer applications based on the
.SM TSE3
sequencer engine library. The file format contains a great deal more information and harnesses the full power of the
|