Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
l4cr0ss committed Jun 8, 2020
1 parent 1b372b4 commit 75bc605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def get_challenge_from_args_or_channel(database, args, channel_id):
"""
Helper method for getting a Challenge either from arguments or current channel.
Return the corresponding Challenge if called from a challenge channel.
Return the Challenge correpsonding to the first argument if called from the
Return the Challenge corresponding to the first argument if called from the
CTF channel.
Return None if no Challenge can be found.
"""
Expand Down

0 comments on commit 75bc605

Please sign in to comment.