Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-daniels committed Dec 26, 2014
1 parent a5c00ba commit 2013398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws.py
Expand Up @@ -441,7 +441,7 @@ def watcher(ev,wrap2):
os._exit(7)
if(content_lower.startswith("!!/master")):
if(isPrivileged(ev_room, ev_user_id)):
ev.message.reply("Cheking out to master and restarting...")
ev.message.reply("Checking out to master and restarting...")
os._exit(8)
if(content_lower.startswith("!!/block")):
if(isPrivileged(ev_room, ev_user_id)):
Expand Down

0 comments on commit 2013398

Please sign in to comment.