ALL: Fix various typos (patch #3093266)

svn-id: r53762
This commit is contained in:
Max Horn 2010-10-24 13:04:33 +00:00
parent bf5ae45490
commit c975ed11a1
13 changed files with 18 additions and 18 deletions

View file

@ -310,7 +310,7 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
Common::StringMap settings;
command = Base::parseCommandLine(settings, argc, argv);
// Load the config file (possibly overriden via command line):
// Load the config file (possibly overridden via command line):
if (settings.contains("config")) {
ConfMan.loadConfigFile(settings["config"]);
settings.erase("config");