henning     2002/07/24 02:53:44

  Modified:    src/java/org/apache/fulcrum BaseServiceBroker.java
  Log:
  Typos fixed
  
  Revision  Changes    Path
  1.2       +3 -3      
jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/BaseServiceBroker.java
  
  Index: BaseServiceBroker.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-fulcrum/src/java/org/apache/fulcrum/BaseServiceBroker.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BaseServiceBroker.java    30 May 2002 02:27:09 -0000      1.1
  +++ BaseServiceBroker.java    24 Jul 2002 09:53:44 -0000      1.2
  @@ -382,7 +382,7 @@
        * <code>SERVICE_NAME</code> constant of the service's interface
        * definition).
        * @param data An object to use for initialization activities.
  -     * @exception InitializationException Initilaization of this
  +     * @exception InitializationException Initialization of this
        * service was not successful.
        * @see org.apache.fulcrum.Service#init()
        */
  @@ -422,7 +422,7 @@
       }
   
       /**
  -     * Performs early initiailzation of all services. You can decide
  +     * Performs early initialization of all services. You can decide
        * to handle failed initizalizations if you wish, but then
        * after one service fails, the other will not have the chance
        * to initialize.
  
  
  

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

Reply via email to