diff --git a/code/controllers/subsystems/vote.dm b/code/controllers/subsystems/vote.dm index f4492c7d6f..d42cbe7f63 100644 --- a/code/controllers/subsystems/vote.dm +++ b/code/controllers/subsystems/vote.dm @@ -23,7 +23,7 @@ SUBSYSTEM_DEF(vote) if(mode) time_remaining = round((started_time + duration - world.time)/10) if(mode == VOTE_GAMEMODE && ticker.current_state >= GAME_STATE_SETTING_UP) - to_chat(world, "Gamemode vote aborted: Game has alread ystarted.") + to_chat(world, "Gamemode vote aborted: Game has already started.") reset() return if(time_remaining <= 0)