From 79ed7851ae6e193e487d13db812861747deabb71 Mon Sep 17 00:00:00 2001 From: Stephen DiCato Date: Fri, 13 Sep 2013 15:08:21 -0400 Subject: [PATCH] Fix a single typo. --- docs/source/deploy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploy.rst b/docs/source/deploy.rst index d3b26f3c..fe94f143 100644 --- a/docs/source/deploy.rst +++ b/docs/source/deploy.rst @@ -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.