Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 37892 invoked from network); 14 Nov 2010 15:05:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Nov 2010 15:05:37 -0000 Received: (qmail 20628 invoked by uid 500); 14 Nov 2010 15:06:08 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 20572 invoked by uid 500); 14 Nov 2010 15:06:08 -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 20565 invoked by uid 99); 14 Nov 2010 15:06:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Nov 2010 15:06:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sun, 14 Nov 2010 15:06:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B186223889E9; Sun, 14 Nov 2010 15:04:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1035002 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java Date: Sun, 14 Nov 2010 15:04:51 -0000 To: commits@commons.apache.org From: luc@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101114150451.B186223889E9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: luc Date: Sun Nov 14 15:04:51 2010 New Revision: 1035002 URL: http://svn.apache.org/viewvc?rev=1035002&view=rev Log: typo Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java?rev=1035002&r1=1035001&r2=1035002&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/ArgUtils.java Sun Nov 14 15:04:51 2010 @@ -20,7 +20,7 @@ import java.util.List; import java.util.ArrayList; /** - * Utility class for trensforming the list of arguments passed to + * Utility class for transforming the list of arguments passed to * constructors of exceptions. * * @version $Revision$ $Date$