Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EF3FE511 for ; Tue, 5 Feb 2013 00:22:03 +0000 (UTC) Received: (qmail 97868 invoked by uid 500); 5 Feb 2013 00:22:03 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 97810 invoked by uid 500); 5 Feb 2013 00:22:03 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 97803 invoked by uid 99); 5 Feb 2013 00:22:03 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 00:22:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2E98E829F2F; Tue, 5 Feb 2013 00:22:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: hboutemy@apache.org To: commits@maven.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: fixed typos Message-Id: <20130205002203.2E98E829F2F@tyr.zones.apache.org> Date: Tue, 5 Feb 2013 00:22:03 +0000 (UTC) Updated Branches: refs/heads/master e2eafb8bb -> 2d0331ead fixed typos Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/2d0331ea Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/2d0331ea Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/2d0331ea Branch: refs/heads/master Commit: 2d0331eadea2ed1bc9652165e4b3671c51b0c112 Parents: e2eafb8 Author: Hervé Boutemy Authored: Tue Feb 5 01:22:00 2013 +0100 Committer: Hervé Boutemy Committed: Tue Feb 5 01:22:00 2013 +0100 ---------------------------------------------------------------------- wagon-providers/wagon-http/src/site/apt/index.apt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/2d0331ea/wagon-providers/wagon-http/src/site/apt/index.apt ---------------------------------------------------------------------- diff --git a/wagon-providers/wagon-http/src/site/apt/index.apt b/wagon-providers/wagon-http/src/site/apt/index.apt index 2d3dc8e..77f69a5 100644 --- a/wagon-providers/wagon-http/src/site/apt/index.apt +++ b/wagon-providers/wagon-http/src/site/apt/index.apt @@ -4,7 +4,7 @@ Carlos Sanchez Olivier Lamy ------ - 2011-08-29 + 2013-02-05 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -44,7 +44,7 @@ Features * <<>> = integer (default 20), maximum number of http(s) connection per destination. - * <<>> = integer (default 40), maximum number of htp(s) connection. + * <<>> = integer (default 40), maximum number of http(s) connection. [] @@ -54,6 +54,6 @@ Features * <<>> = true/false (default false), enable/disable match of the server's X.509 certificate with hostname. If disabled, a browser like check will be used. - * <<>> = true/false (default false), ignore issue with certificate dates. + * <<>> = true/false (default false), ignore issues with certificate dates. * <<>> = time in ms (default 1800000), read time out.