[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/wsgi/__init__.py
Fixed small typo
Christian Theune
ct at gocept.com
Sat Dec 3 08:03:28 EST 2005
Log message for revision 40516:
Fixed small typo
Changed:
U Zope3/trunk/src/zope/app/wsgi/__init__.py
-=-
Modified: Zope3/trunk/src/zope/app/wsgi/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/wsgi/__init__.py 2005-12-03 12:32:48 UTC (rev 40515)
+++ Zope3/trunk/src/zope/app/wsgi/__init__.py 2005-12-03 13:03:27 UTC (rev 40516)
@@ -30,7 +30,7 @@
class WSGIPublisherApplication(object):
- """A WSGI application implemenation for the zope publisher
+ """A WSGI application implementation for the zope publisher
Instances of this class can be used as a WSGI application object.
More information about the Zope3-Checkins
mailing list