aboutsummaryrefslogtreecommitdiff
path: root/engines/lab
diff options
context:
space:
mode:
authorStrangerke2015-12-13 23:26:48 +0100
committerWillem Jan Palenstijn2015-12-23 21:34:04 +0100
commit5d240e3493a16c96cbded4669ba40fe0e86a593d (patch)
tree865f8a65a1f0a65c6ddb46d618f4425f40572282 /engines/lab
parenta784e2bd5cb17e3abbc2bfd47e65b63ef13ec2fc (diff)
downloadscummvm-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.cpp4
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 {