aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/10.tex2
-rwxr-xr-xtools/credits.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/10.tex b/doc/10.tex
index df1f3b0231..7d01e4f937 100644
--- a/doc/10.tex
+++ b/doc/10.tex
@@ -75,7 +75,7 @@ And to all the contributors, users, and beta testers we've missed. Thanks!
Ivan Dubrov & For contributing the initial version of the Gobliiins engine\\
Jezar & For his freeverb filter implementation\\
Jim Leiterman & Various info on his FM-TOWNS/Marty SCUMM ports\\
- lloyd & For deep tech details about C64 Zak & MM\\
+ lloyd & For deep tech details about C64 Zak \& MM\\
Jimmi Th{\o}gersen & For ScummRev, and much obscure code/documentation\\
Tristan & For additional work on the original MT-32 emulator\\
\end{tabular}
diff --git a/tools/credits.pl b/tools/credits.pl
index 472e612887..4101a167cb 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -398,7 +398,7 @@ begin_credits("Credits");
add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine");
add_person("", "Jezar", "For his freeverb filter implementation");
add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");
- add_person("", "lloyd", "For deep tech details about C64 Zak & MM");
+ add_person("", "lloyd", "For deep tech details about C64 Zak & MM");
add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation");
add_person("", "Tristan", "For additional work on the original MT-32 emulator");
end_section();