[Zope3-checkins] CVS: Zope3/src/zope/app/services - README.txt:1.3

Marius Gedminas mgedmin@codeworks.lt
Fri, 11 Apr 2003 08:48:13 -0400


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

Modified Files:
	README.txt 
Log Message:
Change 'adaptor' to 'adapter', clean up some whitespace in the vicinity.


=== Zope3/src/zope/app/services/README.txt 1.2 => 1.3 ===
--- Zope3/src/zope/app/services/README.txt:1.2	Fri Mar 21 16:02:19 2003
+++ Zope3/src/zope/app/services/README.txt	Fri Apr 11 08:47:42 2003
@@ -304,7 +304,7 @@
 Because we don't want to stomp on a component's attributes (even if
 they have a __funky__ name) without its permission, a component must
 declare that it implements IAttributeAnnotatable; the implementation
-is registered as an adaptor from this interface to IAnnotations.
+is registered as an adapter from this interface to IAnnotations.
 
 To store the configuration back pointers on components, we use an
 annotation named "zope.app.services.configuration.UseConfiguration".
@@ -407,8 +407,8 @@
 default implementations only work when the add form is a view on an
 IAdding view.  That is the normal way to use add forms, but here we
 don't do that; this particular add form is a view on a local utility
-component.  Our ``AddConfiguration`` class subclasses 
-``zope.app.browser.services.configuration.AddComponentConfiguration``, 
+component.  Our ``AddConfiguration`` class subclasses
+``zope.app.browser.services.configuration.AddComponentConfiguration``,
 which provides the implementations of ``add`` and ``nextURL`` that we
 need. The ``add`` method defined in ``AddComponentConfiguration``
 finds the congiguration manager in the current folder and adds the new