[Zope3-checkins] CVS: Zope3/src/zope/app/services - principalannotation.py:1.5

Christian 'Tiran' Heimes heimes@faho.rwth-aachen.de
Tue, 8 Apr 2003 13:43:44 -0400


Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv27943/src/zope/app/services

Modified Files:
	principalannotation.py 
Log Message:
fixed typo in doc string

=== Zope3/src/zope/app/services/principalannotation.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/services/principalannotation.py:1.4	Tue Mar 11 11:11:22 2003
+++ Zope3/src/zope/app/services/principalannotation.py	Tue Apr  8 13:43:43 2003
@@ -46,7 +46,7 @@
     # implementation of IPrincipalAnnotationService
 
     def getAnnotation(self, principalId):
-        """Return object implementing IAnnotations for the givin principal.
+        """Return object implementing IAnnotations for the given principal.
 
         If there is no IAnnotations it will be created and then returned.
         """