morten      01/10/30 07:57:38

  Modified:    java/src/org/apache/xalan/xsltc/compiler/util
                        ErrorMessages.java
  Log:
  Removed a typo in console output.
  Submitted by: [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.3       +3 -3      
xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java
  
  Index: ErrorMessages.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ErrorMessages.java        2001/10/30 15:35:30     1.2
  +++ ErrorMessages.java        2001/10/30 15:57:38     1.3
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: ErrorMessages.java,v 1.2 2001/10/30 15:35:30 morten Exp $
  + * @(#)$Id: ErrorMessages.java,v 1.3 2001/10/30 15:57:38 morten Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -231,7 +231,7 @@
        "   Notes:\n"+
        "         The -i options forces the compiler to read from stdin\n"+
        "         The -o option is ignored if compiling multiple stylesheets\n"+
  -     "         The -x option switched on debug messages.\n"+
  +     "         The -x option switches on debug messages.\n"+
        "         The -s option disables calling System.exit.",
        // TRANSFORM_USAGE_STR
        "Usage: \n" +
  @@ -243,7 +243,7 @@
        "         user's CLASSPATH or in the <jarfile> specified \n" +
        "         with the -j option.\n" +
        "   Notes:\n"+
  -     "         The -x option switched on debug messages.\n"+
  +     "         The -x option switches on debug messages.\n"+
        "         The -s option disables calling System.exit."
       };
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to