[jboss-cvs] JBossAS SVN: r102755 - projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 23 01:17:07 EDT 2010


Author: laubai
Date: 2010-03-23 01:17:07 -0400 (Tue, 23 Mar 2010)
New Revision: 102755

Modified:
   projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US/Configuration.xml
Log:
Added corrections from JBPAPP-3023.

Modified: projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US/Configuration.xml
===================================================================
--- projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US/Configuration.xml	2010-03-23 05:10:22 UTC (rev 102754)
+++ projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US/Configuration.xml	2010-03-23 05:17:07 UTC (rev 102755)
@@ -1302,10 +1302,10 @@
         <section id="conf.destination.queue.attributes.name">
           <title>Name</title>
 
-          <para>Defines the queue name. Heirarchical queue creation is also possible; for example,  <literal>app1.emails</literal> would create a nested JNDI context of <literal>queue/app1/emails</literal>.
+          <para>Defines the queue name. Hierarchical queue creation is also possible; for example,  <literal>app1.emails</literal> would create a nested JNDI context of <literal>queue/app1.emails</literal>.
           </para>
           <note>
-            <para>The forward slash should not be used to define heirarchical names.</para>
+            <para>The forward slash should not be used to define hierarchical names.</para>
           </note>
         </section>
 
@@ -1540,10 +1540,10 @@
         <section id="conf.destination.topic.attributes.name">
           <title>Name</title>
 
-          <para>Defines the topic name. Heirarchical topic creation is also possible; for example, <literal>app1.emails</literal> would create a nested JNDI context of <literal>queue/app1/emails</literal>.
+          <para>Defines the topic name. Hierarchical topic creation is also possible; for example, <literal>app1.emails</literal> would create a nested JNDI context of <literal>queue/app1.emails</literal>.
           </para>
           <note>
-            <para>The forward slash should not be used to define heirarchical names.</para>
+            <para>The forward slash should not be used to define hierarchical names.</para>
           </note>
         </section>
 




More information about the jboss-cvs-commits mailing list