Fix typo. passpharse -> passphrase

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-07-18 07:37:17 +00:00
parent e83955c9dd
commit e2440d1a2c

View File

@@ -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);
}