]> git.cworth.org Git - turbot/blobdiff - turbot/hunt.py
Correct typo in hunt description verbiage
[turbot] / 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))