Author: psteitz
Date: Thu Jul 14 05:32:41 2011
New Revision: 1146561
URL: http://svn.apache.org/viewvc?rev=1146561&view=rev
Log:
Fixed javadoc typo.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java?rev=1146561&r1=1146560&r2=1146561&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java
Thu Jul 14 05:32:41 2011
@@ -139,7 +139,7 @@ public class Complex implements FieldEle
* </pre></p>
* <p>
* If either this or <code>rhs</code> has a NaN value in either part,
- * {@link #NaN} is returned; otherwise Inifinite and NaN values are
+ * {@link #NaN} is returned; otherwise Infinite and NaN values are
* returned in the parts of the result according to the rules for
* {@link java.lang.Double} arithmetic.</p>
*
@@ -438,7 +438,7 @@ public class Complex implements FieldEle
* </pre></p>
* <p>
* If either this or <code>rhs</code> has a NaN value in either part,
- * {@link #NaN} is returned; otherwise inifinite and NaN values are
+ * {@link #NaN} is returned; otherwise infinite and NaN values are
* returned in the parts of the result according to the rules for
* {@link java.lang.Double} arithmetic. </p>
*