From 2f553e0f36cef77615f4efd79c17fae32bcbbe04 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Fri, 7 May 2010 13:34:05 -0400 Subject: [PATCH] Fixed typo spotted by greut --- doc/htdocs/deployment.html | 2 +- doc/site/deployment.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/htdocs/deployment.html b/doc/htdocs/deployment.html index 85763288..6a3a5305 100644 --- a/doc/htdocs/deployment.html +++ b/doc/htdocs/deployment.html @@ -167,7 +167,7 @@ $ source ~/venvs/webapp/bin/activate $ ~/venvs/webapp/bin/easy_install -U gunicorn $ deactivate -

Then you just need to use one of the thee Gunicorn scripts that was installed +

Then you just need to use one of the three Gunicorn scripts that was installed into ~/venvs/webapp/bin.

diff --git a/doc/site/deployment.rst b/doc/site/deployment.rst index 78ca4961..7a690456 100644 --- a/doc/site/deployment.rst +++ b/doc/site/deployment.rst @@ -126,7 +126,7 @@ this:: $ ~/venvs/webapp/bin/easy_install -U gunicorn $ deactivate -Then you just need to use one of the thee Gunicorn scripts that was installed +Then you just need to use one of the three Gunicorn scripts that was installed into ``~/venvs/webapp/bin``. Daemon Monitoring