Author: dennisl
Date: Sat Jan 12 06:29:21 2008
New Revision: 611419

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

Modified:
    maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo

Modified: 
maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo?rev=611419&r1=611418&r2=611419&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo 
(original)
+++ maven/components/branches/maven-2.0.x/maven-model/src/main/mdo/maven.mdo 
Sat Jan 12 06:29:21 2008
@@ -1382,7 +1382,7 @@
       <version>3.0.0+</version>
       <description>
         <![CDATA[
-        The <code>&lt;dependency&gt;</code> element contains informations 
required to a dependency
+        The <code>&lt;dependency&gt;</code> element contains information about 
a dependency
         of the project.
         ]]>
       </description>
@@ -2910,7 +2910,7 @@
           <required>true</required>
           <description>
             <![CDATA[
-            The version (or valid range of verisons) of the plugin to be used.
+            The version (or valid range of versions) of the plugin to be used.
             ]]>
           </description>
           <type>String</type>
@@ -2931,7 +2931,7 @@
           <version>4.0.0</version>
           <description>
             Multiple specifications of a set of goals to execute during
-            the build lifecycle, each having (possibly) different
+            the build lifecycle, each having (possibly) a different
             configuration.
           </description>
           <association>
@@ -3077,7 +3077,7 @@
           <defaultValue>default</defaultValue>
           <description>
             The identifier of this execution for labelling the goals
-            during the build, and for matching exections to merge during
+            during the build, and for matching executions to merge during
             inheritance.
           </description>
         </field>
@@ -3088,7 +3088,7 @@
           <description>
             The build lifecycle phase to bind the goals in this
             execution to. If omitted, the goals will be bound to the
-            default specified in their metadata.
+            default phase specified in their metadata.
           </description>
         </field>
         <field>


Reply via email to