]> git.cworth.org Git - turbot/blobdiff - turbot/interaction.py
Fix a typo in the message announcing a puzzle solution
[turbot] / turbot / interaction.py
index b0a88a069ebeace693d7002b46d119bae69bc225..b2d83170d4a4a266083cf79394a747b94d4bce95 100644 (file)
@@ -1196,7 +1196,7 @@ def solved(turb, body, args):
     # Report the solution to the puzzle's channel
     slack_send_message(
         turb.slack_client, channel_id,
-        "Puzzle mark solved by <@{}>: `{}`".format(user_id, args))
+        "Puzzle marked solved by <@{}>: `{}`".format(user_id, args))
 
     # Also report the solution to the hunt channel
     hunt = find_hunt_for_hunt_id(turb, puzzle['hunt_id'])