From: A. Jesse Jiryu Davis Date: Fri, 24 Apr 2015 13:25:39 +0000 (-0400) Subject: Spelling. X-Git-Tag: v4.2.0b1~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1430%2Fhead;p=thirdparty%2Ftornado.git Spelling. --- diff --git a/tornado/gen.py b/tornado/gen.py index a6e9c2ddb..4cc578ebb 100644 --- a/tornado/gen.py +++ b/tornado/gen.py @@ -305,7 +305,7 @@ class WaitIterator(object): except Exception as e: print("Error {} from {}".format(e, wait_iterator.current_future)) else: - print("Result {} recieved from {} at {}".format( + print("Result {} received from {} at {}".format( result, wait_iterator.current_future, wait_iterator.current_index))