summaryrefslogtreecommitdiff
path: root/src/waitress/server.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2022-07-31 00:12:38 -0700
committerGitHub <noreply@github.com>2022-07-31 00:12:38 -0700
commit73fe701cba0b37dc6099858b064cb1e755e83e9e (patch)
treef3a8a10900ff5b5ab0ac33ef17d0551ea63e34fc /src/waitress/server.py
parentec0e1655c4bba1411bf65dc9f0f03fdfb0e4fc74 (diff)
parent64092822ad79e47f71e09f9f55a55347d8eae25f (diff)
downloadwaitress-73fe701cba0b37dc6099858b064cb1e755e83e9e.tar.gz
Merge pull request #385 from timgates42/bugfix_typos
docs: Fix a few typos
Diffstat (limited to 'src/waitress/server.py')
-rw-r--r--src/waitress/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waitress/server.py b/src/waitress/server.py
index 0a0f876..0378d48 100644
--- a/src/waitress/server.py
+++ b/src/waitress/server.py
@@ -134,7 +134,7 @@ def create_server(
# This class is only ever used if we have multiple listen sockets. It allows
# the serve() API to call .run() which starts the wasyncore loop, and catches
-# SystemExit/KeyboardInterrupt so that it can atempt to cleanly shut down.
+# SystemExit/KeyboardInterrupt so that it can attempt to cleanly shut down.
class MultiSocketServer:
asyncore = wasyncore # test shim