Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
averne committed Jul 3, 2020
1 parent 966ecca commit 886d2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class WeatherSeedParser {

constexpr static std::array hemisphere_names = {
"Northern",
"Soutern",
"Southern",
};

static_assert(info_offsets.size() == static_cast<std::size_t>(Version::Total));
Expand Down

0 comments on commit 886d2d0

Please sign in to comment.