You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2012/05/06 00:44:39 UTC

svn commit: r1334530 - /logging/log4j/trunk/src/main/java/org/apache/log4j/net/JMSAppender.java

Author: ggregory
Date: Sat May  5 22:44:39 2012
New Revision: 1334530

URL: http://svn.apache.org/viewvc?rev=1334530&view=rev
Log:
Fix typos in Javadoc.

Modified:
    logging/log4j/trunk/src/main/java/org/apache/log4j/net/JMSAppender.java

Modified: logging/log4j/trunk/src/main/java/org/apache/log4j/net/JMSAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/main/java/org/apache/log4j/net/JMSAppender.java?rev=1334530&r1=1334529&r2=1334530&view=diff
==============================================================================
--- logging/log4j/trunk/src/main/java/org/apache/log4j/net/JMSAppender.java (original)
+++ logging/log4j/trunk/src/main/java/org/apache/log4j/net/JMSAppender.java Sat May  5 22:44:39 2012
@@ -43,7 +43,7 @@ import java.util.Properties;
 
  * <p>JMS {@link Topic topics} and {@link TopicConnectionFactory topic
  * connection factories} are administered objects that are retrieved
- * using JNDI messaging which in turn requires the retreival of a JNDI
+ * using JNDI messaging which in turn requires the retrieval of a JNDI
  * {@link Context}.
 
  * <p>There are two common methods for retrieving a JNDI {@link
@@ -63,7 +63,7 @@ import java.util.Properties;
     
  * <p>In the second approach, several predetermined properties are set
  * and these properties are passed to the <code>InitialContext</code>
- * contructor to connect to the naming service provider. For example,
+ * constructor to connect to the naming service provider. For example,
  * to connect to JBoss naming service one would write:
 
 <pre>
@@ -74,7 +74,7 @@ import java.util.Properties;
    InitialContext jndiContext = new InitialContext(env);
 </pre>
 
-   * where <em>hostname</em> is the host where the JBoss applicaiton
+   * where <em>hostname</em> is the host where the JBoss application
    * server is running.
    *
    * <p>To connect to the the naming service of Weblogic application