Author: psteitz
Date: Sun May 30 17:00:15 2010
New Revision: 949535
URL: http://svn.apache.org/viewvc?rev=949535&view=rev
Log:
Fixed javadoc typo.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/IntegerDistribution.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/IntegerDistribution.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/IntegerDistribution.java?rev=949535&r1=949534&r2=949535&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/IntegerDistribution.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/IntegerDistribution.java
Sun May 30 17:00:15 2010
@@ -63,8 +63,8 @@ public interface IntegerDistribution ext
* P(X ≤ x) <= p.
* <p>
* Note that this definition implies: <ul>
- * <li> If there is a minimum value, <code>m</code>, with postive
- * probablility under (the density of) X, then <code>m - 1</code> is
+ * <li> If there is a minimum value, <code>m</code>, with positive
+ * probability under (the density of) X, then <code>m - 1</code> is
* returned by <code>inverseCumulativeProbability(0).</code> If there is
* no such value <code>m, Integer.MIN_VALUE</code> is
* returned.</li>