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")