Author: andham
Date: Tue Jan 29 12:50:29 2013
New Revision: 1439871

URL: http://svn.apache.org/viewvc?rev=1439871&view=rev
Log:
Fixed some spelling errors.

Modified:
    
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java

Modified: 
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java?rev=1439871&r1=1439870&r2=1439871&view=diff
==============================================================================
--- 
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java
 (original)
+++ 
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java
 Tue Jan 29 12:50:29 2013
@@ -47,7 +47,7 @@ import java.util.List;
 import java.util.Properties;
 
 /**
- * Generates a new project from an archetype, or updated the actual project if 
using a partial archetype.
+ * Generates a new project from an archetype, or updates the actual project if 
using a partial archetype.
  * If the project is fully generated, it is generated in a directory 
corresponding to its artifactId.
  * If the project is updated with a partial archetype, it is done in the 
current directory.
  *
@@ -98,7 +98,7 @@ public class CreateProjectFromArchetypeM
     /**
      * The archetype catalogs to use to build a list and let the user choose 
from.
      * It is a comma separated list of catalogs.
-     * Catalogs use following schemes:
+     * Catalogs use the following schemes:
      * <ul>
      * <li>'<code>file://...</code>' with <code>archetype-catalog.xml</code> 
automatically appended when pointing to a directory</li>
      * <li>'<code>http://...</code>' or '<code>https://...</code>' with 
<code>archetype-catalog.xml</code> always appended</li>
@@ -126,7 +126,7 @@ public class CreateProjectFromArchetypeM
     private List<ArtifactRepository> remoteArtifactRepositories;
 
     /**
-     * User settings use to check the interactiveMode.
+     * User settings used to check the interactiveMode.
      */
     @Parameter( property = "interactiveMode", defaultValue = 
"${settings.interactiveMode}", required = true )
     private Boolean interactiveMode;


Reply via email to