You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@apache.org on 2001/01/09 19:30:38 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/processor/xsp XSPProcessor.java

greenrd     01/01/09 10:30:38

  Modified:    src/org/apache/cocoon/processor/xsp XSPProcessor.java
  Log:
  typo
  
  Revision  Changes    Path
  1.36      +4 -4      xml-cocoon/src/org/apache/cocoon/processor/xsp/XSPProcessor.java
  
  Index: XSPProcessor.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/processor/xsp/XSPProcessor.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- XSPProcessor.java	2000/12/22 11:51:09	1.35
  +++ XSPProcessor.java	2001/01/09 18:30:36	1.36
  @@ -1,4 +1,4 @@
  -/*-- $Id: XSPProcessor.java,v 1.35 2000/12/22 11:51:09 greenrd Exp $ --
  +/*-- $Id: XSPProcessor.java,v 1.36 2001/01/09 18:30:36 greenrd Exp $ --
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -78,7 +78,7 @@
    * This class implements the XSP engine.
    *
    * @author <a href="mailto:ricardo@apache.org">Ricardo Rocha</a>
  - * @version $Revision: 1.35 $ $Date: 2000/12/22 11:51:09 $
  + * @version $Revision: 1.36 $ $Date: 2001/01/09 18:30:36 $
    */
   public class XSPProcessor extends AbstractActor
     implements Processor, Configurable, Status, Cacheable
  @@ -200,8 +200,8 @@
             + repositoryFile
             + ". Make sure it's there or you have writing permissions.<br>"
             + "In case this path is relative we highly suggest you to"
  -          + "change this to an absolute path so you can control its location directly"
  -          + "and provide valid access rights." );
  +          + " change this to an absolute path so you can control its location directly"
  +          + " and provide valid access rights." );
         }
       }