aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index be561f9766..cbf2e235c3 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -171,7 +171,7 @@ static Common::Error runGame(const Plugin *plugin, OSystem &system, const Common
if (err.getCode() == Common::kNoError) {
const MetaEngine &metaEngine = plugin->get<MetaEngine>();
// Set default values for all of the custom engine options
- // Appareantly some engines query them in their constructor, thus we
+ // Apparently some engines query them in their constructor, thus we
// need to set this up before instance creation.
const ExtraGuiOptions engineOptions = metaEngine.getExtraGuiOptions(Common::String());
for (uint i = 0; i < engineOptions.size(); i++) {