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="[EMAIL PROTECTED]">Michal Maczka</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]