fixing grammar on error message

This commit is contained in:
Paul Bourdel 2015-05-15 15:56:06 -05:00
parent 452a590af8
commit aa93ff944a

View file

@ -183,7 +183,7 @@ def main():
else:
send_msg_v1(module, token, room, msg_from, msg, msg_format, color, notify, api)
except Exception, e:
module.fail_json(msg="unable to sent msg: %s" % e)
module.fail_json(msg="unable to send msg: %s" % e)
changed = True
module.exit_json(changed=changed, room=room, msg_from=msg_from, msg=msg)