aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorTorbjörn Andersson2018-06-13 20:49:36 +0200
committerTorbjörn Andersson2018-06-13 20:49:36 +0200
commit4ea8ed4ff5e835281615442de1ea0425743f9a20 (patch)
tree173c3ad7e06ff5850235af34a83971137a5c5d3e /base
parent8ae1f49a0b0f81fea27e5f03699815edf405761b (diff)
downloadscummvm-rg350-4ea8ed4ff5e835281615442de1ea0425743f9a20.tar.gz
scummvm-rg350-4ea8ed4ff5e835281615442de1ea0425743f9a20.tar.bz2
scummvm-rg350-4ea8ed4ff5e835281615442de1ea0425743f9a20.zip
JANITORIAL: Fix comment typo
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++) {