[Zope3-checkins] CVS: Zope3/lib/python/Zope/Security - Checker.py:1.15

Kapil Thangavelu kvthan@wm.edu
Tue, 3 Dec 2002 09:12:55 -0500


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

Modified Files:
	Checker.py 
Log Message:

doc string spelling fix


=== Zope3/lib/python/Zope/Security/Checker.py 1.14 => 1.15 ===
--- Zope3/lib/python/Zope/Security/Checker.py:1.14	Mon Dec  2 04:57:14 2002
+++ Zope3/lib/python/Zope/Security/Checker.py	Tue Dec  3 09:12:54 2002
@@ -19,7 +19,7 @@
 CheckerPublic = object()
 
 def ProxyFactory(object, checker=None):
-    """Factory function that creats a proxy for an object
+    """Factory function that creates a proxy for an object
 
     The proxy checker is looked up if not provided.
     """