Fix a single typo.

This commit is contained in:
Stephen DiCato 2013-09-13 15:08:21 -04:00
parent 4e67942ae4
commit 79ed7851ae

View File

@ -121,7 +121,7 @@ Monitoring
.. note::
Make sure that when using either of these service monitors you do not
enable the Gunicorn's daemon mode. These monitors expect that the process
they launch will be the process they need to monior. Daemonizing
they launch will be the process they need to monitor. Daemonizing
will fork-exec which creates an unmonitored process and generally just
confuses the monitor services.