summaryrefslogtreecommitdiff
path: root/docs/user-guides
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2016-09-14 09:34:53 +1000
committerGitHub <noreply@github.com>2016-09-14 09:34:53 +1000
commit91bf78b61818bf98d53f566ba9d7f2c77cfb5a23 (patch)
treee95894f6fa5bcda3c40de1fa869224facf8b518b /docs/user-guides
parent625a632084591e14ffcb98b2b72fe75e941e0015 (diff)
parent970b5bf8441da0454c17baaf7b76853f0906692c (diff)
downloadmod_wsgi-91bf78b61818bf98d53f566ba9d7f2c77cfb5a23.tar.gz
Merge pull request #153 from chrisledet/c/configuration-docs
Fix typo in Configuration Guidelines
Diffstat (limited to 'docs/user-guides')
-rw-r--r--docs/user-guides/configuration-guidelines.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guides/configuration-guidelines.rst b/docs/user-guides/configuration-guidelines.rst
index b50662e..b080ff7 100644
--- a/docs/user-guides/configuration-guidelines.rst
+++ b/docs/user-guides/configuration-guidelines.rst
@@ -525,7 +525,7 @@ tuning Apache. This is because the default MPM settings are never usually
suitable for Python web applications, instead being biased towards static
file serving and PHP applications. If you run embedded mode without tuning
the MPM settings, you can experience problems with memory usage, due to
-default number of processes being too may, and can also experience load
+default number of processes being too many, and can also experience load
spikes, due to how Apache performs lazy creation of processes to meet
demand.