diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-17 06:50:40 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-17 06:51:34 -0400 |
| commit | 0db3c45f80aa6b77ddda27487cbe2934ca0a7297 (patch) | |
| tree | 9386739fcb03d0d24e7d6113651c69d54895d02f | |
| parent | ed473d61e50d8a40103138b96aa57f55eb9786b9 (diff) | |
[1.6.x] Fixed #20756 -- Typo in uWSGI docs.
Backport of a3242dc9fe from master
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 3e9b47e8f9..59dddda418 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -109,6 +109,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 |
