jvanzyl     00/11/27 17:46:38

  Modified:    src/java/org/apache/velocity/runtime Runtime.java
  Log:
  - fixing typos.
  
  Revision  Changes    Path
  1.62      +3 -3      
jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java
  
  Index: Runtime.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Runtime.java      2000/11/28 01:43:02     1.61
  +++ Runtime.java      2000/11/28 01:46:35     1.62
  @@ -154,7 +154,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Jeff Bowden</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Geir Magusson Jr.</a>
  - * @version $Id: Runtime.java,v 1.61 2000/11/28 01:43:02 jvanzyl Exp $
  + * @version $Id: Runtime.java,v 1.62 2000/11/28 01:46:35 jvanzyl Exp $
    */
   public class Runtime implements RuntimeConstants
   {
  @@ -702,8 +702,8 @@
       
           if (inputStream == null)
               throw new Exception("Error loading directive.properties! " +
  -                                "Something is very wrong if this properties " +
  -                                "isn't being located. Either your Velocity " +
  +                                "Something is very wrong if these properties " +
  +                                "aren't being located. Either your Velocity " +
                                   "distribution is incomplete or your Velocity " +
                                   "jar file is corrupted!");
           
  
  
  

Reply via email to