[Zope3-checkins] CVS: Zope3/lib/python/Zope/Security - ISecurityManager.py:1.3 SecurityManager.py:1.3

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


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

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


=== Zope3/lib/python/Zope/Security/ISecurityManager.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Security/ISecurityManager.py:1.2	Mon Jun 10 19:29:34 2002
+++ Zope3/lib/python/Zope/Security/ISecurityManager.py	Thu Oct  3 15:44:27 2002
@@ -48,7 +48,7 @@
     def pushExecutable( anExecutableObject ):
         """
             Push an ExecutableObject onto the manager's stack, and
-            activate it's custom security policy, if any.
+            activate its custom security policy, if any.
         """
 
     def popExecutable( anExecutableObject ):


=== Zope3/lib/python/Zope/Security/SecurityManager.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Security/SecurityManager.py:1.2	Mon Jun 10 19:29:34 2002
+++ Zope3/lib/python/Zope/Security/SecurityManager.py	Thu Oct  3 15:44:27 2002
@@ -95,7 +95,7 @@
     def pushExecutable( self, anExecutableObject ):
         """
             Push an ExecutableObject onto the manager's stack, and
-            activate it's custom security policy, if any.
+            activate its custom security policy, if any.
         """
         stack=self._context.stack