diff --git a/src/battle_ai_main.c b/src/battle_ai_main.c index 9315e08393..4c4251bf4d 100644 --- a/src/battle_ai_main.c +++ b/src/battle_ai_main.c @@ -508,7 +508,7 @@ static u8 ChooseMoveOrAction_Singles(void) gActiveBattler = sBattler_AI; - // Swith mon if there are no good moves to use. + // Switch mon if there are no good moves to use. if (AI_ShouldSwitchIfBadMoves(sBattler_AI, FALSE)) return AI_CHOICE_SWITCH;