You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ep...@apache.org on 2003/12/10 22:16:16 UTC

cvs commit: maven-plugins/artifact/src/main/org/apache/maven/deploy DeployTool.java DeployRequest.java

epugh       2003/12/10 13:16:16

  Modified:    artifact/src/main/org/apache/maven/deploy DeployTool.java
                        DeployRequest.java
  Log:
  Typo in java doc
  
  Revision  Changes    Path
  1.9       +2 -2      maven-plugins/artifact/src/main/org/apache/maven/deploy/DeployTool.java
  
  Index: DeployTool.java
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/src/main/org/apache/maven/deploy/DeployTool.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DeployTool.java	27 Jul 2003 21:57:19 -0000	1.8
  +++ DeployTool.java	10 Dec 2003 21:16:16 -0000	1.9
  @@ -154,7 +154,7 @@
   
           if (srcFiles.size() != destFiles.size())
           {
  -            String msg = "Lenghts of the lists should be the same";
  +            String msg = "Lengths of the lists should be the same";
               throw new IllegalArgumentException(msg);
           }
           Deployer deployer = getDeployer(repoInfo);
  
  
  
  1.8       +2 -2      maven-plugins/artifact/src/main/org/apache/maven/deploy/DeployRequest.java
  
  Index: DeployRequest.java
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/src/main/org/apache/maven/deploy/DeployRequest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DeployRequest.java	17 Jul 2003 11:13:18 -0000	1.7
  +++ DeployRequest.java	10 Dec 2003 21:16:16 -0000	1.8
  @@ -58,7 +58,7 @@
   
   /**
    * Holder of the variables which are used by deployers for
  - * esatblishing connection to remote hosts and to 
  + * establishing connection to remote hosts and to 
    * deploy the file to correct location in remote file system
    * 
    * @author <a href="michal.maczka@dimatics.com">Michal Maczka</a> 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org