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:31:51 UTC

cvs commit: jakarta-log4j/src/java/org/apache/log4j/varia ExternallyRolledFileAppender.java

pathos      01/05/21 11:31:51

  Modified:    src/java/org/apache/log4j/varia
                        ExternallyRolledFileAppender.java
  Log:
  Fixed typos.
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-log4j/src/java/org/apache/log4j/varia/ExternallyRolledFileAppender.java
  
  Index: ExternallyRolledFileAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/ExternallyRolledFileAppender.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ExternallyRolledFileAppender.java	2001/04/03 16:37:35	1.7
  +++ ExternallyRolledFileAppender.java	2001/05/21 18:31:46	1.8
  @@ -21,7 +21,7 @@
      This appender listens on a socket on the port specified by the
      {@link #PORT_OPTION} for a "RollOver" message. When such a message
      is received, the underlying log file is rolled over and an 
  -   acknowledgement message is sent back to the process initiating
  +   acknowledgment message is sent back to the process initiating
      the roll over.
   
      <p>This method of triggering roll over has the advantage of being
  @@ -30,7 +30,7 @@
      <p>A simple application {@link Roller} is provided to initiate the
      roll over.
   
  -   <p>Note that the intiator is not authenticated. Anyone can trigger
  +   <p>Note that the initiator is not authenticated. Anyone can trigger
      a rollover. In production environments, it is recommended that you
      add some form of protection to prevent undesired rollovers.
   
  
  
  

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