From 5e95dc3bdc41f1a18b4523a0aaf5c1d4c1a6bc76 Mon Sep 17 00:00:00 2001 From: JefftheBest1 Date: Thu, 12 Jan 2017 18:03:07 +1100 Subject: [PATCH] Fixed typos with threshold. --- bots/zephyr_mirror_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/zephyr_mirror_backend.py b/bots/zephyr_mirror_backend.py index 2d867fe..0a31eb9 100755 --- a/bots/zephyr_mirror_backend.py +++ b/bots/zephyr_mirror_backend.py @@ -85,7 +85,7 @@ def to_zephyr_username(zulip_username): # significantly shorter than the following line (which, if they were # in the same paragraph, should have been wrapped in a way consistent # with how the previous line was wrapped) or (2) shorter than 60 -# characters (our assumed minimum linewrapping threshhold for Zephyr) +# characters (our assumed minimum linewrapping threshold for Zephyr) # or (3) the first word of the next line is longer than this entire # line. def different_paragraph(line, next_line):