[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services - ConfigurationInterfaces.py:1.4

Christian Theune ct@gocept.com
Sat, 7 Dec 2002 12:23:49 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services
In directory cvs.zope.org:/tmp/cvs-serv5538/lib/python/Zope/App/OFS/Services

Modified Files:
	ConfigurationInterfaces.py 
Log Message:
Fixed some typos.


=== Zope3/lib/python/Zope/App/OFS/Services/ConfigurationInterfaces.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ConfigurationInterfaces.py:1.3	Thu Dec  5 12:00:44 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ConfigurationInterfaces.py	Sat Dec  7 12:23:48 2002
@@ -81,7 +81,7 @@
 class IConfigurationRegistry(Interface):
     """A registry of configurations for a set of parameters
 
-    A service will have a regsitry containing configuration registries
+    A service will have a registry containing configuration registries
     for specific parameters. For example, an adapter service will have
     a configuration registry for each given used-for and provided
     interface.
@@ -157,9 +157,9 @@
     def queryConfigurationsFor(configuration):
         """Return an IConfigurationRegistry for the configuration
 
-        Data on the configuration is used to decide which regsitry to
+        Data on the configuration is used to decide which registry to
         return. For example, a service manager will use the
-        configuration serviceType attribute to decide which regsitry
+        configuration serviceType attribute to decide which registry
         to return.
 
         Typically, an object that implements this method will also