fixed mispelled comments

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
felipeal 2004-09-06 04:26:10 +00:00
parent 86bb3cb740
commit 0a8629dbba
2 changed files with 5 additions and 5 deletions

View File

@ -30,12 +30,12 @@ import org.apache.maven.repository.ArtifactTypeHandler;
* and source file name is igonred.
*
* Other remark: To deploy an artifact means much
* more then to copy signle file. In every case
* more then to copy single file. In every case
* also MD5 file created and copied to remote repository.
* In case of snapshots the process in even more complex.
*
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id: ArtifactDeployer.java,v 1.5 2004/06/23 13:04:28 brett Exp $
* @version $Id: ArtifactDeployer.java,v 1.6 2004/09/06 04:26:10 felipeal Exp $
*/
public interface ArtifactDeployer
{

View File

@ -41,11 +41,11 @@ import org.apache.maven.util.MD5Sum;
/**
*
* Default implemenataion of Artifact Deployer interface.
* Default implementation of Artifact Deployer interface.
*
*
* @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a>
* @version $Id: DefaultArtifactDeployer.java,v 1.22 2004/06/28 09:40:14 brett Exp $
* @version $Id: DefaultArtifactDeployer.java,v 1.23 2004/09/06 04:26:10 felipeal Exp $
*/
public class DefaultArtifactDeployer implements ArtifactDeployer
{
@ -63,7 +63,7 @@ public class DefaultArtifactDeployer implements ArtifactDeployer
public static final boolean INSTALL_POM = true;
/**
* Indicate if snapshot versio of
* Indicate if snapshot version of
* POM of given artifact should be also deployed
* to remote repository*/
public static final boolean DEPLOY_POM_SNAPSHOT = true;