Author: carnold
Date: Mon May 19 10:13:46 2008
New Revision: 657868

URL: http://svn.apache.org/viewvc?rev=657868&view=rev
Log:
Bug 43313: Typo changes

Modified:
    logging/log4j/trunk/src/main/java/org/apache/log4j/net/SocketAppender.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/MinimumTestCase.java

Modified: 
logging/log4j/trunk/src/main/java/org/apache/log4j/net/SocketAppender.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/trunk/src/main/java/org/apache/log4j/net/SocketAppender.java?rev=657868&r1=657867&r2=657868&view=diff
==============================================================================
--- logging/log4j/trunk/src/main/java/org/apache/log4j/net/SocketAppender.java 
(original)
+++ logging/log4j/trunk/src/main/java/org/apache/log4j/net/SocketAppender.java 
Mon May 19 10:13:46 2008
@@ -381,7 +381,7 @@
      <code>reconnectionDelay</code> milliseconds.
 
      <p>It stops trying whenever a connection is established. It will
-     restart to try reconnect to the server when previpously open
+     restart to try reconnect to the server when previously open
      connection is droppped.
 
      @author  Ceki G&uuml;lc&uuml;

Modified: 
logging/log4j/trunk/tests/src/java/org/apache/log4j/MinimumTestCase.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/MinimumTestCase.java?rev=657868&r1=657867&r2=657868&view=diff
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/MinimumTestCase.java 
(original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/MinimumTestCase.java 
Mon May 19 10:13:46 2008
@@ -157,7 +157,7 @@
     DEB.info ( "Message " + i); i++; 
     DEB.debug( "Message " + i); i++;             
 
-    TRC.log(Level.FATAL, "Message " + i); i++;  //14
+    TRC.log(Level.FATAL, "Message " + i); i++;  //19
     TRC.error( "Message " + i); i++;         
     TRC.warn ( "Message " + i); i++; 
     TRC.info ( "Message " + i); i++; 
@@ -165,7 +165,7 @@
     TRC.trace( "Message " + i); i++; 
     
     // defaultLevel=DEBUG
-    UNDEF.log(Level.FATAL, "Message " + i); i++;  // 19
+    UNDEF.log(Level.FATAL, "Message " + i); i++;  // 25
     UNDEF.error("Message " + i); i++;         
     UNDEF.warn ("Message " + i); i++; 
     UNDEF.info ("Message " + i); i++; 



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

Reply via email to