diff --git a/src/main/org/apache/tools/ant/Project.java b/src/main/org/apache/tools/ant/Project.java index 79b6d140d..1f88f61e0 100644 --- a/src/main/org/apache/tools/ant/Project.java +++ b/src/main/org/apache/tools/ant/Project.java @@ -731,7 +731,7 @@ public class Project { } /** - * Set "keep-going" mode. In this mode ANT will try to execute + * Set "keep-going" mode. In this mode Ant will try to execute * as many targets as possible. All targets that do not depend * on failed target(s) will be executed. If the keepGoing settor/getter * methods are used in conjunction with the ant.executor.class