fix typos in documentation

This commit is contained in:
Ralf Schmitt 2011-12-05 22:33:51 +01:00
parent 4560c64433
commit 86fbd68f6b
1 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ releases won't be considered.
Optional dependencies
=====================
- pypiserver ships with it's own copy of bottle. It's possible to use
bottle with different wsgi servers. pypiserver chooses any of the
bottle with different WSGI servers. pypiserver chooses any of the
following paste, cherrypy, twisted, wsgiref (part of python) if
available.
@ -355,7 +355,7 @@ Changelog
------------------
- prefix comparison is now case insensitive
- added usage message
- show minimal imformation for root url
- show minimal information for root url
0.1.1 (2011-07-29)
------------------