[hornetq-commits] JBoss hornetq SVN: r8156 - trunk/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 28 09:59:28 EDT 2009


Author: jmesnil
Date: 2009-10-28 09:59:28 -0400 (Wed, 28 Oct 2009)
New Revision: 8156

Modified:
   trunk/docs/user-manual/en/client-reconnection.xml
   trunk/docs/user-manual/en/duplicate-detection.xml
Log:
doc typos


Modified: trunk/docs/user-manual/en/client-reconnection.xml
===================================================================
--- trunk/docs/user-manual/en/client-reconnection.xml	2009-10-28 13:25:50 UTC (rev 8155)
+++ trunk/docs/user-manual/en/client-reconnection.xml	2009-10-28 13:59:28 UTC (rev 8156)
@@ -76,7 +76,7 @@
         </listitem>
         <listitem>
             <para><literal>reconnect-attempts</literal>. This optional parameter determines the
-                total number of reconnect attempts the bridge will make before giving up and
+                total number of reconnect attempts to make before giving up and
                 shutting down. A value of <literal>-1</literal> signifies an unlimited number of
                 attempts. The default value is <literal>0</literal>.</para>
         </listitem>

Modified: trunk/docs/user-manual/en/duplicate-detection.xml
===================================================================
--- trunk/docs/user-manual/en/duplicate-detection.xml	2009-10-28 13:25:50 UTC (rev 8155)
+++ trunk/docs/user-manual/en/duplicate-detection.xml	2009-10-28 13:59:28 UTC (rev 8156)
@@ -68,7 +68,7 @@
             is <literal>_HQ_DUPL_ID</literal></para>
         <para>The value of the property can be of type <literal>byte[]</literal> or <literal
                 >SimpleString</literal> if you're using the core API. If you're using JMS it must be
-            a <literal>String</literal>, and it's valid should be unique. An easy way of generating
+            a <literal>String</literal>, and its value should be unique. An easy way of generating
             a unique id is by generating a UUID.</para>
         <para>Here's an example of setting the property using the core API:</para>
         <programlisting>



More information about the hornetq-commits mailing list