From da109667b59b6dbf8eabab730489136f0f9afaa5 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Mon, 3 May 2010 06:09:20 +0000 Subject: [PATCH] typo; thanks to Jean-Baptiste Nivoit git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@940377 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/Javac.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/Javac.java b/src/main/org/apache/tools/ant/taskdefs/Javac.java index 87bf8a20b..93341c801 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Javac.java +++ b/src/main/org/apache/tools/ant/taskdefs/Javac.java @@ -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.