From c8b4f00266b9175d174b1dd0d8bc97ba843e8f23 Mon Sep 17 00:00:00 2001 From: Rhys Powell Date: Mon, 16 Jun 2014 07:57:07 +0100 Subject: [PATCH] Fixed spelling mistake fixed spelling in TTOU description --- docs/source/signals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/signals.rst b/docs/source/signals.rst index c041a364..68e40742 100644 --- a/docs/source/signals.rst +++ b/docs/source/signals.rst @@ -20,7 +20,7 @@ Master process not preloaded (using the ``--preload`` option), Gunicorn will also load the new version. - **TTIN**: Increment the number of processes by one -- **TTOU**: Decrement the nunber of processes by one +- **TTOU**: Decrement the number of processes by one - **USR1**: Reopen the log files - **USR2**: Upgrade the Gunicorn on the fly. A separate **TERM** signal should be used to kill the old process. This signal can also be used to use the new