Fix typo in jabber mirror error

assistence -> assistance
This commit is contained in:
Jon Johnson 2015-09-26 04:22:47 -04:00 committed by Luke Faraone
parent f69b9209be
commit a2765aef3a

View file

@ -54,6 +54,6 @@ while backoff.keep_going():
print ""
print ""
print "ERROR: The Jabber mirroring bot is unable to continue mirroring Jabber."
print "Please contact support@zulip.com if you need assistence."
print "Please contact support@zulip.com if you need assistance."
print ""
sys.exit(1)