From 4ea8ed4ff5e835281615442de1ea0425743f9a20 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 13 Jun 2018 20:49:36 +0200 Subject: JANITORIAL: Fix comment typo --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') 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(); // 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++) { -- cgit v1.2.3