diff --git a/arena.py b/arena.py index 8dd596a..0b3c3ee 100644 --- a/arena.py +++ b/arena.py @@ -63,7 +63,7 @@ def fix_bench_state(self) -> None: self.champs_to_buy[champ_name] -= 1 else: print( - f" The unknown champion {champ_name} not exists in comps, seeling it." + f" The unknown champion {champ_name} not exists in comps, selling it." ) self.bench[index] = "?" continue