From: Ben Darnell Date: Mon, 21 Jun 2010 16:29:27 +0000 (-0700) Subject: Fix typo in comment X-Git-Tag: v1.0.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7654cda9cc288201d8db116225e45212eaf597b;p=thirdparty%2Ftornado.git Fix typo in comment --- diff --git a/tornado/httpserver.py b/tornado/httpserver.py index 6f448aded..2f0fa044d 100644 --- a/tornado/httpserver.py +++ b/tornado/httpserver.py @@ -160,7 +160,7 @@ class HTTPServer(object): If num_processes is 1 or we detect only 1 CPU core, we run the server in this process and do not fork any additional child process. - Since we run use processes and not threads, there is no shared memory + Since we use processes and not threads, there is no shared memory between any server code. """ assert not self._started