Fix the spelling in a comment.

This commit is contained in:
fendrin 2013-12-14 05:48:45 +01:00
parent 281815d473
commit 4ace4354f4

View File

@ -614,7 +614,7 @@ bool manager::change_era(const std::string& id)
mods_ = newmods;
// Now checking if the currently selected scenarop conflicts the era
// Now checking if the currently selected scenario conflicts the era
// and changing scenario if necessary
if (!conflicts(era, elem(scenario_, "scenario"))) {
return true;