Author: luc
Date: Fri Jan  4 06:45:46 2008
New Revision: 608870

URL: http://svn.apache.org/viewvc?rev=608870&view=rev
Log:
fixed typos

Modified:
    commons/proper/math/trunk/xdocs/userguide/ode.xml

Modified: commons/proper/math/trunk/xdocs/userguide/ode.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/xdocs/userguide/ode.xml?rev=608870&r1=608869&r2=608870&view=diff
==============================================================================
--- commons/proper/math/trunk/xdocs/userguide/ode.xml (original)
+++ commons/proper/math/trunk/xdocs/userguide/ode.xml Fri Jan  4 06:45:46 2008
@@ -83,8 +83,8 @@
           is a special-purpose step handler that is able to store all steps 
and to provide transparent access to
           any intermediate result once the integration is over. An important 
feature of this class is that it
           implements the <code>Serializable</code> interface. This means that 
a complete continuous model of the
-          integrated function througout the integration range can be 
serialized and reused later (if stored into
-          a persistent medium like a filesystem or a database) or elsewhere 
(if sent to another application).
+          integrated function throughout the integration range can be 
serialized and reused later (if stored into
+          a persistent medium like a file system or a database) or elsewhere 
(if sent to another application).
           Only the result of the integration is stored, there is no reference 
to the integrated problem by itself.
         </p>
         <p>


Reply via email to