]> git.cworth.org Git - turbot/commitdiff
Correct typo in hunt description verbiage
authorCarl Worth <cworth@cworth.org>
Tue, 5 Jan 2021 04:43:15 +0000 (20:43 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 5 Jan 2021 04:43:15 +0000 (20:43 -0800)
Thanks to Ken for pointing out this misspelling.

turbot/hunt.py

index 6d44662b3d44f53e8ca5c654d4c5ca6177e09673..b538ea578c1405798af2a3332c55e4833360af48 100644 (file)
@@ -77,7 +77,7 @@ def hunt_blocks(turb, hunt, puzzle_status='unsolved'):
     # Also blocks for any puzzles not in any round
     stray_puzzles = [puzzle for puzzle in puzzles if 'rounds' not in puzzle]
     if len(stray_puzzles):
-        stray_text = "*Puzzles with no asigned round*"
+        stray_text = "*Puzzles with no assigned round*"
         blocks.append(section_block(text_block(stray_text)))
         for puzzle in stray_puzzles:
             blocks.append(puzzle_block(puzzle))