[Zope3-checkins] CVS: Zope3/src/zope/app/registration - interfaces.py:1.4

Gintautas Miliauskas gintas at pov.lt
Wed Mar 24 05:21:12 EST 2004


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

Modified Files:
	interfaces.py 
Log Message:
Typos.


=== Zope3/src/zope/app/registration/interfaces.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/registration/interfaces.py:1.3	Sat Mar 13 18:01:04 2004
+++ Zope3/src/zope/app/registration/interfaces.py	Wed Mar 24 05:21:11 2004
@@ -90,7 +90,7 @@
     def usageSummary():
         """Single-line usage summary.
 
-        This should include the registrayion keys and the kind of
+        This should include the registration keys and the kind of
         registration. For example, a service registration will have a
         usage summary that indicates a registration for a service of
         some type.  (e.g. "View Service")
@@ -100,7 +100,7 @@
     def implementationSummary():
         """Single-line implementation summary.
 
-        This summarizes about the implementation of the thing being
+        This summarizes the implementation of the thing being
         registered. For example, for local-component registrations,
         this will include the component path. For a page registration,
         this might include a template path and a dotted class name.




More information about the Zope3-Checkins mailing list