[Zope3-checkins]
SVN: Zope3/trunk/src/zope/publisher/httpresults.txt Fixing typo.
Gustavo Niemeyer
gustavo at niemeyer.net
Tue Feb 14 09:01:36 EST 2006
Log message for revision 41618:
Fixing typo.
Changed:
U Zope3/trunk/src/zope/publisher/httpresults.txt
-=-
Modified: Zope3/trunk/src/zope/publisher/httpresults.txt
===================================================================
--- Zope3/trunk/src/zope/publisher/httpresults.txt 2006-02-13 18:15:11 UTC (rev 41617)
+++ Zope3/trunk/src/zope/publisher/httpresults.txt 2006-02-14 14:01:34 UTC (rev 41618)
@@ -8,7 +8,7 @@
Traditionally in Zope, HTTP results are created by simply returning
strings. Strings are inspected to deduce their content type, which is
usually HTML. Applications can override this by setting a response
-headers (calling request.respoonce.setHeader).
+headers (calling request.response.setHeader).
In Zope 2, applications could also call response.write. This allows
both:
More information about the Zope3-Checkins
mailing list