Fix small typos in README.rst

This commit is contained in:
Eduard-Cristian Stefan 2013-01-07 14:58:47 +02:00
parent 274036b7d6
commit f1d4208081

@ -256,7 +256,7 @@ interface::
fallback_url="http://pypi.python.org/simple")
and returns the WSGI application. root is the package directory,
redirect_to_fallback specifies wether to redirect to fallback_url when
redirect_to_fallback specifies whether to redirect to fallback_url when
a package is missing.
gunicorn
@ -288,7 +288,7 @@ In case you're using apache 2 with mod_wsgi, the following config file
paste/pastedeploy
----------------------
paste allows to run multiple WSGI applications under different URL
paths. Therfor it's possible to serve different set of packages on
paths. Therefore it's possible to serve different set of packages on
different paths.
The following example `paste.ini` could be used to serve stable and