Author: jhm
Date: Mon May 3 06:09:20 2010
New Revision: 940377
URL: http://svn.apache.org/viewvc?rev=940377&view=rev
Log:
typo; thanks to Jean-Baptiste Nivoit
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javac.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javac.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javac.java?rev=940377&r1=940376&r2=940377&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javac.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javac.java Mon May 3
06:09:20 2010
@@ -807,7 +807,7 @@ public class Javac extends MatchingTask
}
/**
- * The property to set on compliation success.
+ * The property to set on compilation success.
* This property will not be set if the compilation
* fails, or if there are no files to compile.
* @param updatedProperty the property name to use.
@@ -818,7 +818,7 @@ public class Javac extends MatchingTask
}
/**
- * The property to set on compliation failure.
+ * The property to set on compilation failure.
* This property will be set if the compilation
* fails.
* @param errorProperty the property name to use.