diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 68992b8ec3..6f0fec8a7e 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -12834,7 +12834,7 @@ static void Cmd_handleballthrow(void) gBattleSpritesDataPtr->animationData->criticalCaptureSuccess = 0; if (CriticalCapture(odds)) { - maxShakes = 1; //critical capture doesn't gauarantee capture + maxShakes = 1; //critical capture doesn't guarantee capture gBattleSpritesDataPtr->animationData->isCriticalCapture = 1; } else