henning     2003/03/19 08:12:06

  Modified:    src/java/org/apache/turbine/util/template
                        TemplateScreen.java
               src/java/org/apache/turbine/util/velocity
                        VelocityActionEvent.java VelocityEmail.java
  Log:
  some more typos
  
  Revision  Changes    Path
  1.6       +4 -2      
jakarta-turbine-2/src/java/org/apache/turbine/util/template/TemplateScreen.java
  
  Index: TemplateScreen.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/template/TemplateScreen.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TemplateScreen.java       9 Mar 2003 02:54:14 -0000       1.5
  +++ TemplateScreen.java       19 Mar 2003 16:12:05 -0000      1.6
  @@ -56,13 +56,15 @@
   
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
  +
   import org.apache.ecs.ConcreteElement;
  +
   import org.apache.turbine.modules.ScreenLoader;
   import org.apache.turbine.util.RunData;
   
   /**
    * Returns output of a Screen module.  An instance of this is
  - * placed in the Velocity context by the VelcityDirectLayout.  This
  + * placed in the Velocity context by the VelocityDirectLayout.  This
    * allows the screen to be executed only at rendering.
    * Here's how it's used in a template:
    *
  
  
  
  1.7       +4 -2      
jakarta-turbine-2/src/java/org/apache/turbine/util/velocity/VelocityActionEvent.java
  
  Index: VelocityActionEvent.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/velocity/VelocityActionEvent.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- VelocityActionEvent.java  9 Mar 2003 07:06:52 -0000       1.6
  +++ VelocityActionEvent.java  19 Mar 2003 16:12:06 -0000      1.7
  @@ -55,12 +55,14 @@
    */
   
   import java.lang.reflect.Method;
  +
   import java.util.Enumeration;
   
   import org.apache.turbine.modules.ActionEvent;
   import org.apache.turbine.services.velocity.TurbineVelocity;
   import org.apache.turbine.util.ParameterParser;
   import org.apache.turbine.util.RunData;
  +
   import org.apache.velocity.context.Context;
   
   /**
  @@ -163,7 +165,7 @@
           }
           catch (NoSuchMethodException nsme)
           {
  -            // Attempt to execut things the old way..
  +            // Attempt to execute things the old way..
               super.executeEvents(data);
           }
       }
  
  
  
  1.10      +2 -2      
jakarta-turbine-2/src/java/org/apache/turbine/util/velocity/VelocityEmail.java
  
  Index: VelocityEmail.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/util/velocity/VelocityEmail.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- VelocityEmail.java        12 Mar 2003 18:12:06 -0000      1.9
  +++ VelocityEmail.java        19 Mar 2003 16:12:06 -0000      1.10
  @@ -149,7 +149,7 @@
       /** Address of outgoing mail server */
       private String mailServer;
   
  -    /** The template to process, relative to WM's template directory. */
  +    /** The template to process, relative to Velocity template directory. */
       private String template = null;
   
       /** Velocity context */
  
  
  

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

Reply via email to