dleslie     00/02/29 05:52:03

  Modified:    src/org/apache/xalan/xslt/client XSLTProcessorApplet.java
  Log:
  Corrected spelling error in comments
  
  Revision  Changes    Path
  1.11      +3 -3      
xml-xalan/src/org/apache/xalan/xslt/client/XSLTProcessorApplet.java
  
  Index: XSLTProcessorApplet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/src/org/apache/xalan/xslt/client/XSLTProcessorApplet.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XSLTProcessorApplet.java  2000/02/25 19:18:39     1.10
  +++ XSLTProcessorApplet.java  2000/02/29 13:52:03     1.11
  @@ -526,7 +526,7 @@
     }
   
     /**
  -   * Get the XML source Tree as a text string suiteable
  +   * Get the XML source Tree as a text string suitable
      * for display in a browser.  Note that this is for display of the
      * XML itself, not for rendering of HTML by the browser.
      * @exception Exception thrown if tree can not be converted.
  @@ -538,7 +538,7 @@
     }
   
     /**
  -   * Get the XSL style Tree as a text string suiteable
  +   * Get the XSL style Tree as a text string suitable
      * for display in a browser.  Note that this is for display of the
      * XML itself, not for rendering of HTML by the browser.
      * @exception Exception thrown if tree can not be converted.
  @@ -550,7 +550,7 @@
     }
   
     /**
  -   * Get the HTML result Tree as a text string suiteable
  +   * Get the HTML result Tree as a text string suitable
      * for display in a browser.  Note that this is for display of the
      * XML itself, not for rendering of HTML by the browser.
      * @exception Exception thrown if tree can not be converted.
  
  
  

Reply via email to