Author: tn
Date: Sat Aug 25 14:11:42 2012
New Revision: 1377302

URL: http://svn.apache.org/viewvc?rev=1377302&view=rev
Log:
Fixed typo, indentation

Modified:
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1377302&r1=1377301&r2=1377302&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sat Aug 25 14:11:42 2012
@@ -53,7 +53,7 @@ If the output is not quite correct, chec
     <release version="3.1" date="TBD" description="
 ">
       <action dev="luc" type="add" >
-        Added a NewtonRaphsonSolver taht use the new differentiation package
+        Added a NewtonRaphsonSolver that uses the new differentiation package
         to define the function to solve. This class is intended to replace the
         former NewtonSolver which is deprecated.
       </action>
@@ -128,7 +128,7 @@ If the output is not quite correct, chec
         All "sample()" methods have been modified to use this RNG instead of
         delegating to the methods in "RandomData".
       </action>
-         <action dev="tn" type="add" issue="MATH-235">
+      <action dev="tn" type="add" issue="MATH-235">
         Added support for real asymmetric matrices to "EigenDecomposition".
       </action>
       <action dev="erans" type="add" issue="MATH-768">
@@ -138,7 +138,7 @@ If the output is not quite correct, chec
       <action dev="erans" type="add" issue="MATH-810">
         Added accessors to the "Pair" class (package "o.a.c.m.util").
       </action>
-         <action dev="tn" type="add" issue="MATH-822" due-to="Jared Becksfort">
+      <action dev="tn" type="add" issue="MATH-822" due-to="Jared Becksfort">
         Added new constructors in "EigenDecomposition" and deprecated two 
constructors
         with unused parameters.
       </action>


Reply via email to