curcuru     00/07/19 07:21:18

  Modified:    src/org/apache/xalan/xslt/res XSLTErrorResources.java
  Log:
  Successfully update spelling in error message
  PR:DMAN4KNRQU
  Submitted by:<[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.22      +1 -1      
xml-xalan/src/org/apache/xalan/xslt/res/XSLTErrorResources.java
  
  Index: XSLTErrorResources.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/src/org/apache/xalan/xslt/res/XSLTErrorResources.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- XSLTErrorResources.java   2000/03/16 17:33:40     1.21
  +++ XSLTErrorResources.java   2000/07/19 14:21:17     1.22
  @@ -504,7 +504,7 @@
   
   public static final int ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL = 78;
   static {contents[ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL][1] 
  -          = "processStylesheet not succesfull!";
  +          = "processStylesheet not successful!"; // PR:DMAN4KNRQU Submitted 
by:<[EMAIL PROTECTED]> typo
   }
   
   public static final int ER_SAX_EXCEPTION = 79;
  
  
  

Reply via email to