Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FA3978A6 for ; Thu, 14 Jul 2011 05:33:25 +0000 (UTC) Received: (qmail 45151 invoked by uid 500); 14 Jul 2011 05:33:19 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 44788 invoked by uid 500); 14 Jul 2011 05:33:06 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 44780 invoked by uid 99); 14 Jul 2011 05:33:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 05:33:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 05:33:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 51AF22388994 for ; Thu, 14 Jul 2011 05:32:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1146561 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/complex/Complex.java Date: Thu, 14 Jul 2011 05:32:42 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110714053242.51AF22388994@eris.apache.org> 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 *

*

* If either this or rhs 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.

* @@ -438,7 +438,7 @@ public class Complex implements FieldEle *

*

* If either this or rhs 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.

*