diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-12-13 08:53:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-13 08:53:50 -0500 |
commit | 5fa47dc895cefe81240bbece9e48b67eb65a6a97 (patch) | |
tree | 022de1d461a8fd29bcdbb158154ad140d55ae069 | |
parent | ba3021db64bd9518f324c1ad89e63e90278f0eb4 (diff) | |
parent | 581306db7b38a71682c7c4d4320cb79a4d888269 (diff) |
Merge pull request #1270 from timgates42/bugfix_typo_redundant
docs: fix simple typo, redunant -> redundant
-rw-r--r-- | include/constants/battle_frontier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle_frontier.h b/include/constants/battle_frontier.h index 1a60714e8..bbe6db81c 100644 --- a/include/constants/battle_frontier.h +++ b/include/constants/battle_frontier.h @@ -51,7 +51,7 @@ #define MAX_BATTLE_FRONTIER_POINTS 9999 #define MAX_STREAK 9999 -// These sets of facility ids would be redunant if the order was consistent +// These sets of facility ids would be redundant if the order was consistent // The order is important for this set so that all the non-link records can be continuous #define RANKING_HALL_BATTLE_TOWER_SINGLES 0 #define RANKING_HALL_BATTLE_TOWER_DOUBLES 1 |