diff --git a/artifact/src/main/org/apache/maven/artifact/deployer/ArtifactDeployer.java b/artifact/src/main/org/apache/maven/artifact/deployer/ArtifactDeployer.java index 4c7643a6..5e63dc3f 100644 --- a/artifact/src/main/org/apache/maven/artifact/deployer/ArtifactDeployer.java +++ b/artifact/src/main/org/apache/maven/artifact/deployer/ArtifactDeployer.java @@ -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 Michal Maczka - * @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 { diff --git a/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java b/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java index 4c61349a..f619b352 100644 --- a/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java +++ b/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java @@ -41,11 +41,11 @@ import org.apache.maven.util.MD5Sum; /** * - * Default implemenataion of Artifact Deployer interface. + * Default implementation of Artifact Deployer interface. * * * @author Michal Maczka - * @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;