From 1cfce8b72cecc8d3f03b97d280726e63d50a9266 Mon Sep 17 00:00:00 2001 From: Brenden Campbell Date: Mon, 20 May 2019 13:24:05 -0400 Subject: [PATCH] Fix minor typo (#2713) --- redbot/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)