[Zope3-checkins] CVS: Zope3/lib/python/Zope/Publisher/HTTP - IHTTPResponse.py:1.4

Florent Guillaume fg@nuxeo.com
Thu, 3 Oct 2002 15:44:57 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/HTTP
In directory cvs.zope.org:/tmp/cvs-serv23573/lib/python/Zope/Publisher/HTTP

Modified Files:
	IHTTPResponse.py 
Log Message:
Fixed pervasive it's/its grammatical error in comments or docstrings.


=== Zope3/lib/python/Zope/Publisher/HTTP/IHTTPResponse.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/Publisher/HTTP/IHTTPResponse.py:1.3	Fri Jun 14 12:50:21 2002
+++ Zope3/lib/python/Zope/Publisher/HTTP/IHTTPResponse.py	Thu Oct  3 15:44:26 2002
@@ -25,7 +25,7 @@
     The Response type encapsulates all possible responses to HTTP
     requests.  Responses are normally created by the object publisher.
     A published object may recieve the response object as an argument
-    named 'RESPONSE'.  A published object may also create it's own
+    named 'RESPONSE'.  A published object may also create its own
     response object.  Normally, published objects use response objects
     to: