You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/05/31 13:42:47 UTC

svn commit: r662007 - /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java

Author: dennisl
Date: Sat May 31 04:42:46 2008
New Revision: 662007

URL: http://svn.apache.org/viewvc?rev=662007&view=rev
Log:
o Fix typo.

Modified:
    maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java

Modified: maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java?rev=662007&r1=662006&r2=662007&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java (original)
+++ maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java Sat May 31 04:42:46 2008
@@ -64,7 +64,7 @@
  * For scp protocol, website files are packaged into zip archive,
  * then the archive is transfered to the remote host, next it is un-archived.
  * This method of deployment should normally be much faster
- * then making a file by file copy.  For file protocol, the files are copied
+ * than making a file by file copy.  For file protocol, the files are copied
  * directly to the destination directory.
  *
  * @author <a href="mailto:michal@org.codehaus.org">Michal Maczka</a>