Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 9041 invoked from network); 26 Jan 2010 15:35:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2010 15:35:32 -0000 Received: (qmail 44052 invoked by uid 500); 26 Jan 2010 15:35:32 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 44025 invoked by uid 500); 26 Jan 2010 15:35:32 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 44016 invoked by uid 99); 26 Jan 2010 15:35:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2010 15:35:32 +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; Tue, 26 Jan 2010 15:35:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EF19E23889E3; Tue, 26 Jan 2010 15:35:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r903274 - /harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Properties.java Date: Tue, 26 Jan 2010 15:35:08 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100126153508.EF19E23889E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Tue Jan 26 15:35:08 2010 New Revision: 903274 URL: http://svn.apache.org/viewvc?rev=903274&view=rev Log: Trivial typo spotted while doing merge. Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Properties.java Modified: harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Properties.java URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Properties.java?rev=903274&r1=903273&r2=903274&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Properties.java (original) +++ harmony/enhanced/classlib/branches/java6/modules/luni/src/main/java/java/util/Properties.java Tue Jan 26 15:35:08 2010 @@ -498,7 +498,7 @@ } /** - * Answers a set of keys in this property list whoes key and value are + * Answers a set of keys in this property list whose key and value are * strings. * * @return a set of keys in the property list @@ -575,7 +575,7 @@ * * @param out * the OutputStream - * @param comment + * @param comments * the comment * @throws IOException *