You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@locus.apache.org on 2000/08/17 19:09:39 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/xml XMLProducer.java

stefano     00/08/17 10:09:39

  Modified:    src/org/apache/cocoon/xml Tag: xml-cocoon2 XMLProducer.java
  Log:
  fix typo
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +2 -2      xml-cocoon/src/org/apache/cocoon/xml/Attic/XMLProducer.java
  
  Index: XMLProducer.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/xml/Attic/XMLProducer.java,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- XMLProducer.java	2000/07/29 18:30:43	1.1.2.4
  +++ XMLProducer.java	2000/08/17 17:09:38	1.1.2.5
  @@ -15,12 +15,12 @@
    * events to the configured <code>XMLConsumer</code> (or SAX 
    * <code>ContentHandler</code> and <code>LexicalHandler</code>).
    * <br>
  - * It's beyond the scope of this interface to specify a way in wich the XML
  + * It's beyond the scope of this interface to specify a way in which the XML
    * data production is started.
    *
    * @author <a href="mailto:fumagalli@exoffice.com">Pierpaolo Fumagalli</a>
    *         (Apache Software Foundation, Exoffice Technologies)
  - * @version CVS $Revision: 1.1.2.4 $ $Date: 2000/07/29 18:30:43 $
  + * @version CVS $Revision: 1.1.2.5 $ $Date: 2000/08/17 17:09:38 $
    */
   public interface XMLProducer {