diff options
author | Strangerke | 2015-12-13 23:26:48 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2015-12-23 21:34:04 +0100 |
commit | 5d240e3493a16c96cbded4669ba40fe0e86a593d (patch) | |
tree | 865f8a65a1f0a65c6ddb46d618f4425f40572282 /engines/lab | |
parent | a784e2bd5cb17e3abbc2bfd47e65b63ef13ec2fc (diff) | |
download | scummvm-rg350-5d240e3493a16c96cbded4669ba40fe0e86a593d.tar.gz scummvm-rg350-5d240e3493a16c96cbded4669ba40fe0e86a593d.tar.bz2 scummvm-rg350-5d240e3493a16c96cbded4669ba40fe0e86a593d.zip |
LAB; Fix a couple of typos in game description
Diffstat (limited to 'engines/lab')
-rw-r--r-- | engines/lab/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index ff8679c489..4a01414118 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -33,7 +33,7 @@ #include "lab/lab.h" static const PlainGameDescriptor lab_setting[] = { - { "lab", "Labyrith of Time" }, + { "lab", "Labyrinth of Time" }, { 0, 0 } }; @@ -131,7 +131,7 @@ public: } virtual const char *getOriginalCopyright() const { - return "Labytinth of Time (c) 2004 The Wyrmkeep Entertainment Co."; + return "Labyrinth of Time (c) 2004 The Wyrmkeep Entertainment Co."; } virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const { |