You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@locus.apache.org on 2000/11/08 21:21:25 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/processor StylesheetHandler.java

sboag       00/11/08 12:21:20

  Modified:    java/src/org/apache/xalan/processor StylesheetHandler.java
  Log:
  Minor typo change to javadoc.
  
  Revision  Changes    Path
  1.17      +1 -1      xml-xalan/java/src/org/apache/xalan/processor/StylesheetHandler.java
  
  Index: StylesheetHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/processor/StylesheetHandler.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- StylesheetHandler.java	2000/11/08 17:14:07	1.16
  +++ StylesheetHandler.java	2000/11/08 20:21:16	1.17
  @@ -428,7 +428,7 @@
      * Receive a Locator object for document events.
      * This is called by the parser to push a locator for the
      * stylesheet being parsed. The stack needs to be popped
  -   * after the stylesheed has been parsed. We pop in
  +   * after the stylesheet has been parsed. We pop in
      * popStylesheet.
      *
      * @param locator A locator for all SAX document events.