summaryrefslogtreecommitdiff
path: root/docs/configuration-directives
diff options
context:
space:
mode:
authorPieter De Praetere <pieter.de.praetere@helptux.be>2017-11-20 09:15:51 +0100
committerGitHub <noreply@github.com>2017-11-20 09:15:51 +0100
commit34174cc20e184e473c845c46801d1525ecc4d0e0 (patch)
treed2c8fb06bdb389d87fb0c40d0305f6133282b214 /docs/configuration-directives
parent67159b9dd04e9ec4575ae3244ab02a5c9eaeffd8 (diff)
downloadmod_wsgi-34174cc20e184e473c845c46801d1525ecc4d0e0.tar.gz
Small typo: rouge instead of rogue
Diffstat (limited to 'docs/configuration-directives')
-rw-r--r--docs/configuration-directives/WSGIDaemonProcess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration-directives/WSGIDaemonProcess.rst b/docs/configuration-directives/WSGIDaemonProcess.rst
index f6cb2b1..aaa4ee9 100644
--- a/docs/configuration-directives/WSGIDaemonProcess.rst
+++ b/docs/configuration-directives/WSGIDaemonProcess.rst
@@ -327,7 +327,7 @@ Options which can be supplied to the ``WSGIDaemonProcess`` directive are:
the Python GIL has been detected. The default is 300 seconds.
This option exists to combat the problem of a daemon process freezing
- as the result of a rouge Python C extension module which doesn't
+ as the result of a rogue Python C extension module which doesn't
properly release the Python GIL when entering into a blocking or long
running operation.