From 2e068d4e5a730d42c103a2931b02e62e8dc5109a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 17 Jul 2013 06:50:40 -0400 Subject: [PATCH] [1.5.x] Fixed #20756 -- Typo in uWSGI docs. Backport of a3242dc9fe from master --- docs/howto/deployment/wsgi/uwsgi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 7ff1cdaaf8..b9e3811e93 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -110,6 +110,6 @@ Example ini configuration file usage:: uwsgi --ini uwsgi.ini See the uWSGI docs on `managing the uWSGI process`_ for information on -starting, stoping and reloading the uWSGI workers. +starting, stopping and reloading the uWSGI workers. .. _managing the uWSGI process: http://projects.unbit.it/uwsgi/wiki/Management