Author: luc
Date: Mon Sep 10 11:46:05 2007
New Revision: 574330

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

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/ode/package.html

Modified: 
commons/proper/math/trunk/src/java/org/apache/commons/math/ode/package.html
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/ode/package.html?rev=574330&r1=574329&r2=574330&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/ode/package.html 
(original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/ode/package.html 
Mon Sep 10 11:46:05 2007
@@ -78,7 +78,7 @@
 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
+integrated function throughout 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). Only the
 result of the integration is stored, there is no reference to the


Reply via email to