LAB; Fix a couple of typos in game description

This commit is contained in:
Strangerke 2015-12-13 23:26:48 +01:00 committed by Willem Jan Palenstijn
parent a784e2bd5c
commit 5d240e3493

View File

@ -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 {