From e2440d1a2cf2214bd093ba457e8e980ec4f65241 Mon Sep 17 00:00:00 2001 From: bwalding Date: Fri, 18 Jul 2003 07:37:17 +0000 Subject: [PATCH] Fix typo. passpharse -> passphrase git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113665 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/maven/deploy/deployers/GenericSshDeployer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artifact/src/main/org/apache/maven/deploy/deployers/GenericSshDeployer.java b/artifact/src/main/org/apache/maven/deploy/deployers/GenericSshDeployer.java index 294a39a5..1a555357 100644 --- a/artifact/src/main/org/apache/maven/deploy/deployers/GenericSshDeployer.java +++ b/artifact/src/main/org/apache/maven/deploy/deployers/GenericSshDeployer.java @@ -79,7 +79,7 @@ import com.jcraft.jsch.UserInfo; * and if that doesn't work then we fall back * to using the login and password * - * @version $Id: GenericSshDeployer.java,v 1.4 2003/07/17 11:13:17 michal Exp $ + * @version $Id: GenericSshDeployer.java,v 1.5 2003/07/18 07:37:17 bwalding Exp $ * @todo still have to account for differing setups for people deploying to * their own sites and to the central repository. * @todo improve exception handling @@ -154,7 +154,7 @@ public abstract class GenericSshDeployer extends AbstractDeployer { String msg = "Private key provided " - + "without passpharse for repo: " + + "without passphrase for repo: " + repoInfo.getRepositoryAlias(); throw new AuthenticationException(msg); }