From: Maciej MaƂecki Date: Mon, 22 Aug 2011 22:24:36 +0000 (+0200) Subject: Fix typos (argh!). #319 X-Git-Tag: v2.1.0~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5d96e1f5f0b6d5dafd056296f6a37db8bc1afce;p=thirdparty%2Ftornado.git Fix typos (argh!). #319 --- diff --git a/tornado/autoreload.py b/tornado/autoreload.py index 277dbbdce..20c5663af 100644 --- a/tornado/autoreload.py +++ b/tornado/autoreload.py @@ -144,8 +144,8 @@ def _reload(): signal.setitimer(signal.ITIMER_REAL, 0, 0) if sys.platform == 'win32': # os.execv is broken on Windows and can't properly parse command line - # arguments and executable name if they containt whitespaces. subprocess - # fixes thath behavior. + # arguments and executable name if they contain whitespaces. subprocess + # fixes that behavior. subprocess.Popen([sys.executable] + sys.argv) sys.exit(0) else: