From 3cca7301443b537c39883cf80a2e9b60686ac6b0 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Fri, 10 Mar 2017 11:31:55 -0500 Subject: [PATCH] fix typo in changelog --- docs/source/2017-news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/2017-news.rst b/docs/source/2017-news.rst index c92acda7..1f72b301 100644 --- a/docs/source/2017-news.rst +++ b/docs/source/2017-news.rst @@ -31,7 +31,7 @@ Changelog - 2017 - format boot tracebacks properly with reloader (:issue:`1408`) - refactor socket activation and fd inheritance for better support of SystemD (:issue:`1310`) - fix: o fds are given by default in gunicorn (:issue:`1423`) -- add ability to pass settings to GUNICORN_CMD_ARGS environnement variable which helps in container world (:issue:`1385`) +- add ability to pass settings to GUNICORN_CMD_ARGS environment variable which helps in container world (:issue:`1385`) - fix: catch access denied to pid file (:issue:`1091`) - many additions and improvements to the documentation