From d8fe0b6f50cca102af6041e2357f78d8a3b0794d Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sat, 27 Apr 2024 16:31:26 -0500 Subject: [PATCH] Fix typo --- fallout_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fallout_functions.py b/fallout_functions.py index e65856c..175fb13 100644 --- a/fallout_functions.py +++ b/fallout_functions.py @@ -30,7 +30,7 @@ _queueRunning = False def slowWrite(window, text, pause = LETTER_PAUSE, fake_user = False): """ - wrapper for curses.addstr() which writes the text slowely + wrapper for curses.addstr() which writes the text slowly """ if not fake_user: addSound("beep")