Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 54575 invoked from network); 2 Jun 2010 13:26:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 13:26:15 -0000 Received: (qmail 99771 invoked by uid 500); 2 Jun 2010 13:26:15 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 99692 invoked by uid 500); 2 Jun 2010 13:26:15 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 99684 invoked by uid 99); 2 Jun 2010 13:26:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 13:26:15 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 13:26:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o52DPpoX008640 for ; Wed, 2 Jun 2010 13:25:51 GMT Message-ID: <10320990.131381275485151876.JavaMail.jira@thor> Date: Wed, 2 Jun 2010 09:25:51 -0400 (EDT) From: "Gerard Weatherby (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (CLI-200) particular spelled wrong in Javadoc In-Reply-To: <28765058.131361275485151591.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CLI-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerard Weatherby updated CLI-200: --------------------------------- Attachment: CommandLine.patch patch file to correct > particular spelled wrong in Javadoc > ----------------------------------- > > Key: CLI-200 > URL: https://issues.apache.org/jira/browse/CLI-200 > Project: Commons CLI > Issue Type: Bug > Components: Build > Affects Versions: 1.3 > Reporter: Gerard Weatherby > Attachments: CommandLine.patch > > > Index: CommandLine.java > =================================================================== > --- CommandLine.java (revision 950536) > +++ CommandLine.java (working copy) > @@ -%ld,%ld +%ld,%ld @@ > * Return a version of this Option converted to a particular type. > * > * @param opt the name of the option > - * @return the value parsed into a particluar object > + * @return the value parsed into a particular object > * @throws ParseException if there are problems turning the option value into the desired type > * @see PatternOptionBuilder > * @since 1.2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.