diff --git a/redbot/launcher.py b/redbot/launcher.py index ffe935d41..602e8528e 100644 --- a/redbot/launcher.py +++ b/redbot/launcher.py @@ -254,7 +254,7 @@ async def reset_red(): "please select option 5 in the launcher." ) await asyncio.sleep(2) - print("\nIf you continue you will remove these instanes.\n") + print("\nIf you continue you will remove these instances.\n") for instance in list(instances.keys()): print(" - {}".format(instance)) await asyncio.sleep(3)