From ce3f9e18bba27ecd8d4af7a7bab32d37740f753b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fievet?= Date: Tue, 1 Apr 2014 11:18:03 +0200 Subject: [PATCH] Typo --- docs/source/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/settings.rst b/docs/source/settings.rst index a02a89b7..c2b1294b 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -298,7 +298,7 @@ Pass variables to the execution environment. Ex.:: $ gunicorn -b 127.0.0.1:8000 --env FOO=1 test:app -and test for the foo variable environement in your application. +and test for the foo variable environment in your application. pidfile ~~~~~~~