You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ne...@apache.org on 2003/10/01 13:24:36 UTC

cvs commit: avalon/merlin/platform/xdocs/starting/tutorial services.xml

neeme       2003/10/01 04:24:36

  Modified:    merlin/platform/xdocs/starting/tutorial services.xml
  Log:
  spelling and other mistakes
  
  Revision  Changes    Path
  1.2       +6 -6      avalon/merlin/platform/xdocs/starting/tutorial/services.xml
  
  Index: services.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/xdocs/starting/tutorial/services.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- services.xml	24 Sep 2003 09:35:37 -0000	1.1
  +++ services.xml	1 Oct 2003 11:24:36 -0000	1.2
  @@ -61,7 +61,7 @@
           <p>
           One of the most important aspects of a component management 
           platform is the ability to provide component assembly.  Assembly
  -        is achieved by wiring together the services provides by one component
  +        is achieved by wiring together the services provided by one component
           with the service dependencies declared by a consumer component. 
           </p>
           <p>
  @@ -70,8 +70,8 @@
           tutorial dealing with dependencies. 
           </p>
           <p>
  -        Resource supporting this tutorial are contained in the 
  -        turorials/dependencies/ package.
  +        Resources supporting this tutorial are contained in the 
  +        tutorials/dependencies/ package.
           </p>
         </subsection>
         <subsection name="Service Interface">
  @@ -100,8 +100,8 @@
         </subsection>
         <subsection name="Component Implementation">
           <p>
  -        The following source contain the component implementation for the 
  -        above service. 
  +        The following source contains the component implementation for the 
  +        service above. 
           </p>
           <p><i>RandomGeneratorProvider.java</i></p>
   <source>
  @@ -151,7 +151,7 @@
             In addition to the component implementation, we need to generate an xinfo
             resource in which we declare the publication of the service by 
             the component.  In this example the component type is declaring 
  -          one service although multiple service declaration are supported. This 
  +          one service although multiple service declarations are supported. This 
             is generated automatically based on the following tag:
           </p>
   <source><![CDATA[
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org