You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2002/07/23 02:06:54 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/turbine/services BaseServiceBroker.java TurbineServices.java

henning     2002/07/22 17:06:54

  Modified:    src/java/org/apache/turbine/services BaseServiceBroker.java
                        TurbineServices.java
  Log:
  Fixed some typos
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-turbine-2/src/java/org/apache/turbine/services/BaseServiceBroker.java
  
  Index: BaseServiceBroker.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/BaseServiceBroker.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- BaseServiceBroker.java	23 Jul 2002 00:03:30 -0000	1.5
  +++ BaseServiceBroker.java	23 Jul 2002 00:06:54 -0000	1.6
  @@ -230,7 +230,7 @@
        * Shuts down a <code>Service</code>.
        *
        * This method is used to release resources allocated by a
  -     * Service, and return it to its initial (uninitailized) state.
  +     * Service, and return it to its initial (uninitialized) state.
        *
        * @param name The name of the <code>Service</code> to be uninitialized.
        */
  @@ -245,7 +245,7 @@
   
       /**
        * Shuts down all Turbine services, releasing allocated resources and
  -     * returning them to their initial (uninitailized) state.
  +     * returning them to their initial (uninitialized) state.
        */
       public void shutdownServices( )
       {
  
  
  
  1.7       +3 -3      jakarta-turbine-2/src/java/org/apache/turbine/services/TurbineServices.java
  
  Index: TurbineServices.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/services/TurbineServices.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TurbineServices.java	22 Jul 2002 20:04:35 -0000	1.6
  +++ TurbineServices.java	23 Jul 2002 00:06:54 -0000	1.7
  @@ -390,7 +390,7 @@
           }
           else
           {
  -            // cache the message to log as soon as logiing is on
  +            // cache the message to log as soon as logging is on
               logCache.add(msg);
           }
       }
  @@ -420,7 +420,7 @@
           }
           else
           {
  -            // cache the message to log as soon as logiing is on
  +            // cache the message to log as soon as logging is on
               logCache.add("ERROR: " + t.getMessage());
               StringWriter sw = new StringWriter();
               t.printStackTrace(new PrintWriter(sw));
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>