[jboss-svn-commits] JBL Code SVN: r33654 - labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Local_search.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Jun 26 12:03:50 EDT 2010


Author: ge0ffrey
Date: 2010-06-26 12:03:49 -0400 (Sat, 26 Jun 2010)
New Revision: 33654

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Local_search/Chapter-Local_search.xml
Log:
typo's

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Local_search/Chapter-Local_search.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Local_search/Chapter-Local_search.xml	2010-06-26 16:02:44 UTC (rev 33653)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Local_search/Chapter-Local_search.xml	2010-06-26 16:03:49 UTC (rev 33654)
@@ -583,7 +583,7 @@
     &lt;/forager&gt;</programlisting>
 
         <para>A simulated annealing acceptor should be combined with a low subset selection. The classic algorithm uses
-        a <literal>minimalAcceptedSelection</literal> of <literal>1</literal>, but ussually <literal>4</literal>
+        a <literal>minimalAcceptedSelection</literal> of <literal>1</literal>, but usually <literal>4</literal>
         performs better.</para>
 
         <para>You can even combine it with a tabu acceptor at the same time:</para>
@@ -594,7 +594,7 @@
       &lt;completePropertyTabuSize&gt;5&lt;/completePropertyTabuSize&gt;
     &lt;/acceptor&gt;</programlisting>
 
-        <para>This differs from phasing, another intresting technique, where first simulated annealing is used, followed
+        <para>This differs from phasing, another interesting technique, where first simulated annealing is used, followed
         by tabu search.</para>
       </section>
     </section>



More information about the jboss-svn-commits mailing list