]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
fix mulitple typo 3155/head
authorThomas Grainger <tagrain@gmail.com>
Mon, 13 Jun 2022 14:40:51 +0000 (15:40 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Jun 2022 14:40:51 +0000 (15:40 +0100)
docs/guide/running.rst

index 566865524453e275a7f5b465dfd0a182a14536ad..99d18275a35960a55dbb19e170b6358493964e8b 100644 (file)
@@ -38,7 +38,7 @@ Typically it is best to run one process per CPU.
 The simplest way to do this is to add ``reuse_port=True`` to your ``listen()``
 calls and then simply run multiple copies of your application.
 
-Tornado also has the ability to start mulitple processes from a single parent
+Tornado also has the ability to start multiple processes from a single parent
 process (note that this does not work on Windows). This requires some
 alterations to application startup.