[Scummvm-git-logs] scummvm master -> d0c5e4314199966267a64fe029414b38fcc4ce81
lotharsm
mail at serra.me
Sun Aug 23 05:28:53 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d0c5e43141 GLK: TADS - Fix typos in game titles
Commit: d0c5e4314199966267a64fe029414b38fcc4ce81
https://github.com/scummvm/scummvm/commit/d0c5e4314199966267a64fe029414b38fcc4ce81
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2020-08-23T07:28:48+02:00
Commit Message:
GLK: TADS - Fix typos in game titles
Changed paths:
engines/glk/tads/detection_tables.h
diff --git a/engines/glk/tads/detection_tables.h b/engines/glk/tads/detection_tables.h
index e89529c4f7..93a4650f7f 100644
--- a/engines/glk/tads/detection_tables.h
+++ b/engines/glk/tads/detection_tables.h
@@ -136,7 +136,7 @@ const PlainGameDescriptor TADS2_GAME_LIST[] = {
{ "savannah", "Sunset Over Savannah" },
{ "saveprincetontads", "Save Princeton" },
{ "scavnightsedge", "Scavenger: Night's Edge" },
- { "sda", "Special Detecive Agent" },
+ { "sda", "Special Detective Agent" },
{ "seaofnight", "The Sea of Night" },
{ "secondpit", "The Second Pit" },
{ "sexartist", "The Sex Artist" },
@@ -256,7 +256,7 @@ const PlainGameDescriptor TADS3_GAME_LIST[] = {
{ "exoter", "Exoter" },
// German games
- { "pionierin", "Die Pionierin und die Tragodie des telematischen Typewriters" },
+ { "pionierin", "Die Pionierin und die Tragödie des telematischen Typewriters" },
// Italian games
{ "remerook", "La missione di Kyle Remerook" },
More information about the Scummvm-git-logs
mailing list