neeme       2003/10/01 04:19:18

  Modified:    merlin/platform/tutorials/context/strategy/src/java/tutorial
                        Contextualizable.java StandardComponent.java
  Log:
  spelling mistakes
  
  Revision  Changes    Path
  1.2       +2 -2      
avalon/merlin/platform/tutorials/context/strategy/src/java/tutorial/Contextualizable.java
  
  Index: Contextualizable.java
  ===================================================================
  RCS file: 
/home/cvs/avalon/merlin/platform/tutorials/context/strategy/src/java/tutorial/Contextualizable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Contextualizable.java     24 Sep 2003 09:33:56 -0000      1.1
  +++ Contextualizable.java     1 Oct 2003 11:19:18 -0000       1.2
  @@ -53,7 +53,7 @@
   import org.apache.avalon.framework.context.ContextException;
   
   /**
  - * Definition of an alternative contexulization interface.
  + * Definition of an alternative contextualization interface.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Avalon Development Team</a>
    */
  @@ -65,7 +65,7 @@
   
       /**
        * Contextualization of the component.
  -     * @param context the containement context
  +     * @param context the containment context
        * @exception ContextException if a contextualization error occurs
        */
       void contextualize( StandardContext context ) 
  
  
  
  1.2       +1 -1      
avalon/merlin/platform/tutorials/context/strategy/src/java/tutorial/StandardComponent.java
  
  Index: StandardComponent.java
  ===================================================================
  RCS file: 
/home/cvs/avalon/merlin/platform/tutorials/context/strategy/src/java/tutorial/StandardComponent.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StandardComponent.java    24 Sep 2003 09:33:57 -0000      1.1
  +++ StandardComponent.java    1 Oct 2003 11:19:18 -0000       1.2
  @@ -80,7 +80,7 @@
       //=======================================================================
   
      /**
  -    * Supply of the the component context to the component type.
  +    * Supply of the component context to the component type.
       *
       * @param context the context value
       *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to