diff --git a/docs/source/2013-news.rst b/docs/source/2013-news.rst index 10b74db5..6720a8b0 100644 --- a/docs/source/2013-news.rst +++ b/docs/source/2013-news.rst @@ -4,7 +4,7 @@ Changelog - 2013 18.0 / 2013-08-26 ----------------- -- new: add ``-e/--env`` command line argument to pass an environement variables to +- new: add ``-e/--env`` command line argument to pass an environment variables to gunicorn - new: add ``--chdir`` command line argument to specified directory before apps loading. - new: add wsgi.file_wrapper support in async workers @@ -20,7 +20,7 @@ Changelog - 2013 log format string - fix: null timeout - fix: gevent worker -- fix: don't reloead the paster app when using pserve +- fix: don't reload the paster app when using pserve - fix: after closing for error do not keep alive the connection - fix: responses 1xx, 204 and 304 should not force the connection to be closed diff --git a/docs/source/news.rst b/docs/source/news.rst index ce472c69..646a5e2c 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -4,7 +4,7 @@ Changelog 18.0 / 2013-08-26 ----------------- -- new: add ``-e/--env`` command line argument to pass an environement variables to +- new: add ``-e/--env`` command line argument to pass an environment variables to gunicorn - new: add ``--chdir`` command line argument to specified directory before apps loading. - new: add wsgi.file_wrapper support in async workers @@ -20,7 +20,7 @@ Changelog log format string - fix: null timeout - fix: gevent worker -- fix: don't reloead the paster app when using pserve +- fix: don't reload the paster app when using pserve - fix: after closing for error do not keep alive the connection - fix: responses 1xx, 204 and 304 should not force the connection to be closed