Author: peterreilly
Date: Fri Aug 10 08:59:14 2007
New Revision: 564640

URL: http://svn.apache.org/viewvc?view=rev&rev=564640
Log:
bugzilla: 43087 typeo fix

Modified:
    ant/core/branches/ANT_17_BRANCH/CONTRIBUTORS
    ant/core/branches/ANT_17_BRANCH/contributors.xml
    
ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/types/Substitution.java

Modified: ant/core/branches/ANT_17_BRANCH/CONTRIBUTORS
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/CONTRIBUTORS?view=diff&rev=564640&r1=564639&r2=564640
==============================================================================
Binary files - no diff available.

Modified: ant/core/branches/ANT_17_BRANCH/contributors.xml
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/contributors.xml?view=diff&rev=564640&r1=564639&r2=564640
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/contributors.xml (original)
+++ ant/core/branches/ANT_17_BRANCH/contributors.xml Fri Aug 10 08:59:14 2007
@@ -472,6 +472,10 @@
     <last>D</last>
   </name>
   <name>
+    <first>Jean-Francois</first>
+    <last>Brousseau</last>
+  </name>
+  <name>
     <first>Jeff</first>
     <last>Gettle</last>
   </name>

Modified: 
ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/types/Substitution.java
URL: 
http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/types/Substitution.java?view=diff&rev=564640&r1=564639&r2=564640
==============================================================================
--- 
ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/types/Substitution.java
 (original)
+++ 
ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/types/Substitution.java
 Fri Aug 10 08:59:14 2007
@@ -25,7 +25,7 @@
  * that is meant to replace a regular expression.
  *
  * <pre>
- *   &lt;substitition [ [id="id"] expression="expression" | refid="id" ]
+ *   &lt;substitution [ [id="id"] expression="expression" | refid="id" ]
  *   /&gt;
  * </pre>
  *
@@ -33,7 +33,7 @@
  */
 public class Substitution extends DataType {
     /** The name of this data type */
-    public static final String DATA_TYPE_NAME = "substitition";
+    public static final String DATA_TYPE_NAME = "substitution";
 
     private String expression;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to