You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/02/08 16:44:16 UTC

svn commit: r619917 - /commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/FDistributionImpl.java

Author: luc
Date: Fri Feb  8 07:44:11 2008
New Revision: 619917

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

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/FDistributionImpl.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/FDistributionImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/FDistributionImpl.java?rev=619917&r1=619916&r2=619917&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/FDistributionImpl.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/distribution/FDistributionImpl.java Fri Feb  8 07:44:11 2008
@@ -53,7 +53,7 @@
     }
     
     /**
-     * For this disbution, X, this method returns P(X < x).
+     * For this distribution, X, this method returns P(X < x).
      * 
      * The implementation of this method is based on:
      * <ul>