From a2765aef3a4675ae1b261f6faae5947959f33828 Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Sat, 26 Sep 2015 04:22:47 -0400 Subject: [PATCH] Fix typo in jabber mirror error assistence -> assistance --- bots/jabber_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/jabber_mirror.py b/bots/jabber_mirror.py index a90ea64..0bfe8a1 100755 --- a/bots/jabber_mirror.py +++ b/bots/jabber_mirror.py @@ -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)