You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by pa...@apache.org on 2001/05/21 20:21:31 UTC

cvs commit: jakarta-log4j/src/java/org/apache/log4j FileAppender.java AsyncAppender.java AppenderSkeleton.java

pathos      01/05/21 11:21:30

  Modified:    src/java/org/apache/log4j FileAppender.java
                        AsyncAppender.java AppenderSkeleton.java
  Log:
  Fixed typos.
  
  Revision  Changes    Path
  1.21      +3 -3      jakarta-log4j/src/java/org/apache/log4j/FileAppender.java
  
  Index: FileAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/FileAppender.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- FileAppender.java	2001/03/28 18:34:06	1.20
  +++ FileAppender.java	2001/05/21 18:21:21	1.21
  @@ -28,7 +28,7 @@
      
      <b>Support for java.io.Writer and console appending has been
      deprecated and will be removed in the near future.</b> You are
  -   stongly encouraged to use the replacement solutions: {@link
  +   strongly encouraged to use the replacement solutions: {@link
      WriterAppender} and {@link ConsoleAppender}.
      
   
  @@ -123,7 +123,7 @@
   
     /**
       Instantiate a FileAppender and open the file designated by
  -    <code>filename</code>. The opened filename will become the ouput
  +    <code>filename</code>. The opened filename will become the output
       destination for this appender.
   
       <p>If the <code>append</code> parameter is true, the file will be
  @@ -211,7 +211,7 @@
   
   
     /**
  -     <The <b>Append</b> option takes a boolean value. It is set to
  +     The <b>Append</b> option takes a boolean value. It is set to
        <code>true</code> by default. If true, then <code>File</code>
        will be opened in append mode by {@link #setFile setFile} (see
        above). Otherwise, {@link #setFile setFile} will open
  
  
  
  1.19      +1 -1      jakarta-log4j/src/java/org/apache/log4j/AsyncAppender.java
  
  Index: AsyncAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/AsyncAppender.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- AsyncAppender.java	2001/05/09 18:59:10	1.18
  +++ AsyncAppender.java	2001/05/21 18:21:23	1.19
  @@ -150,7 +150,7 @@
       
       // The following cannot be synchronized on "this" because the
       // dispatcher synchronizes with "this" in its while loop. If we
  -    // did synhcronize we would systematically get deadlocks when
  +    // did synchronize we would systematically get deadlocks when
       // close was called.
       dispatcher.close();
       try {
  
  
  
  1.13      +4 -4      jakarta-log4j/src/java/org/apache/log4j/AppenderSkeleton.java
  
  Index: AppenderSkeleton.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/AppenderSkeleton.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- AppenderSkeleton.java	2001/04/03 16:37:06	1.12
  +++ AppenderSkeleton.java	2001/05/21 18:21:24	1.13
  @@ -17,7 +17,7 @@
   
   
   /** 
  -   Abstract super-class of the other appenders in the package.
  +   Abstract superclass of the other appenders in the package.
      
      This class provides the code for common functionality, such as
      support for threshold filtering and support for general filters.
  @@ -92,7 +92,7 @@
     }
   
     /**
  -     Subclasses of <code>AppenderSkeleton</code> should imlement this
  +     Subclasses of <code>AppenderSkeleton</code> should implement this
        method to perform actual logging. See also {@link #doAppend
        AppenderSkeleton.doAppend} method.
   
  @@ -210,7 +210,7 @@
   
     /**
        Check whether the message priority is below the appender's
  -     threshold. Ig there is no threshold set, then the return value is
  +     threshold. If there is no threshold set, then the return value is
        always <code>true</code>.
   
     */
  @@ -222,7 +222,7 @@
   
     /**
        This method performs threshold checks and invokes filters before
  -     delegating actual logging to the sub-classes specific {@link
  +     delegating actual logging to the subclasses specific {@link
        AppenderSkeleton#append} method.
   
      */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-cvs-help@jakarta.apache.org