summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Wong <WongMingYin@gmail.com>2018-10-31 22:56:51 +1100
committerGitHub <noreply@github.com>2018-10-31 22:56:51 +1100
commitc1789822260d6efd9db249cfddb8c439a0942e13 (patch)
treecf56dfe6479bf8dcfe81fb71663764f422409a8b
parent5274c8b95c47704462ab2c52d647c90230d5d801 (diff)
downloadwaitress-c1789822260d6efd9db249cfddb8c439a0942e13.tar.gz
Update adjustments.py
Fixed spelling mistake
-rw-r--r--waitress/adjustments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waitress/adjustments.py b/waitress/adjustments.py
index c55823a..ec2fb9e 100644
--- a/waitress/adjustments.py
+++ b/waitress/adjustments.py
@@ -118,7 +118,7 @@ class Adjustments(object):
listen = ['{}:{}'.format(host, port)]
- # mumber of threads available for tasks
+ # number of threads available for tasks
threads = 4
# Host allowed to overrid ``wsgi.url_scheme`` via header