Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Flow86 committed May 17, 2021
1 parent d9e65ff commit eeee671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/s25main/Loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ NationResourcesSource getNationResourcesSource(const Nation nation, bool isWinte
if(isWinter)
buildingsFilename.insert(buildingsFilename.begin(), 'W');
bfs::path nationFolder;
// The original ("native") nations ise uppercase file names while we use lowercase names for the new ones
// The original ("native") nations use uppercase file names while we use lowercase names for the new ones
// Especially relevant for case sensitive file systems
if(rttr::enum_cast(nation) < NUM_NATIVE_NATIONS)
{
Expand Down

0 comments on commit eeee671

Please sign in to comment.