From commits-return-62374-archive-asf-public=cust-asf.ponee.io@commons.apache.org Tue May 15 20:26:24 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 95FB8180634 for ; Tue, 15 May 2018 20:26:23 +0200 (CEST) Received: (qmail 94266 invoked by uid 500); 15 May 2018 18:26:22 -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 94257 invoked by uid 99); 15 May 2018 18:26:22 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2018 18:26:22 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 10F443A0142 for ; Tue, 15 May 2018 18:26:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1831652 - /commons/proper/exec/trunk/README.md Date: Tue, 15 May 2018 18:26:22 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180515182622.10F443A0142@svn01-us-west.apache.org> Author: ggregory Date: Tue May 15 18:26:21 2018 New Revision: 1831652 URL: http://svn.apache.org/viewvc?rev=1831652&view=rev Log: Typo: 'JavaDoc' -> 'Javadoc'. Modified: commons/proper/exec/trunk/README.md Modified: commons/proper/exec/trunk/README.md URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/README.md?rev=1831652&r1=1831651&r2=1831652&view=diff ============================================================================== --- commons/proper/exec/trunk/README.md (original) +++ commons/proper/exec/trunk/README.md Tue May 15 18:26:21 2018 @@ -52,7 +52,7 @@ Documentation ------------- More information can be found on the [Apache Commons Exec homepage](https://commons.apache.org/proper/commons-exec). -The [JavaDoc](https://commons.apache.org/proper/commons-exec/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-exec/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Exec should be posted to the [user mailing list][ml]. Where can I get the latest release?