Author: ggregory
Date: Mon May 7 14:44:37 2012
New Revision: 1335045
URL: http://svn.apache.org/viewvc?rev=1335045&view=rev
Log:
Fix typo in Javadoc.
Modified:
logging/log4j/trunk/src/main/java/org/apache/log4j/net/SocketServer.java
Modified:
logging/log4j/trunk/src/main/java/org/apache/log4j/net/SocketServer.java
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/src/main/java/org/apache/log4j/net/SocketServer.java?rev=1335045&r1=1335044&r2=1335045&view=diff
==============================================================================
--- logging/log4j/trunk/src/main/java/org/apache/log4j/net/SocketServer.java
(original)
+++ logging/log4j/trunk/src/main/java/org/apache/log4j/net/SocketServer.java
Mon May 7 14:44:37 2012
@@ -73,7 +73,7 @@ import org.apache.log4j.spi.RootLogger;
<p>Currently, the hierarchy that will be used for a given request
depends on the IP address of the client host. For example, two
- separate applicatons running on the same host and logging to the
+ separate applications running on the same host and logging to the
same server will share the same hierarchy. This is perfectly safe
except that it might not provide the right amount of independence
between applications. The <code>SocketServer</code> is intended