diff --git a/app/quake.py b/app/quake.py index 32b9ecf7..e5c970b0 100644 --- a/app/quake.py +++ b/app/quake.py @@ -9,7 +9,7 @@ def parse_message(message): """ parse_message(message) - Handles the message and looks for a plaer name. + Handles the message and looks for the player's name. """ # Return the player's name name = message.content.split()[1]