Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 45990 invoked from network); 8 Mar 2009 22:32:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Mar 2009 22:32:44 -0000 Received: (qmail 47536 invoked by uid 500); 8 Mar 2009 22:32:43 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 47488 invoked by uid 500); 8 Mar 2009 22:32:42 -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 47479 invoked by uid 99); 8 Mar 2009 22:32:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Mar 2009 15:32:42 -0700 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, 08 Mar 2009 22:32:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EF87923888EB; Sun, 8 Mar 2009 22:32:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r751544 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/SubsetConfiguration.java Date: Sun, 08 Mar 2009 22:32:21 -0000 To: commits@commons.apache.org From: joehni@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090308223221.EF87923888EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: joehni Date: Sun Mar 8 22:32:21 2009 New Revision: 751544 URL: http://svn.apache.org/viewvc?rev=751544&view=rev Log: spelling Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/SubsetConfiguration.java Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/SubsetConfiguration.java URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/SubsetConfiguration.java?rev=751544&r1=751543&r2=751544&view=diff ============================================================================== --- commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/SubsetConfiguration.java (original) +++ commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/SubsetConfiguration.java Sun Mar 8 22:32:21 2009 @@ -117,7 +117,7 @@ } /** - * Return the parent configuation for this subset. + * Return the parent configuration for this subset. * * @return the parent configuration */