diff --git a/pyvotecore/stv.py b/pyvotecore/stv.py index 411cffb..887ee38 100644 --- a/pyvotecore/stv.py +++ b/pyvotecore/stv.py @@ -85,7 +85,7 @@ def calculate_results(self): # Remove candidates from remaining ballots ballots = self.remove_candidates_from_ballots(round["winners"], ballots) - # If no candidate exceeds the quota, elimiate the least preferred + # If no candidate exceeds the quota, eliminate the least preferred else: round.update(self.loser(round["tallies"])) remaining_candidates.remove(round["loser"])