diff --git a/docs/manual/CoreTasks/subant.html b/docs/manual/CoreTasks/subant.html
index 68aa8861a..36c00ba63 100644
--- a/docs/manual/CoreTasks/subant.html
+++ b/docs/manual/CoreTasks/subant.html
@@ -50,7 +50,7 @@
of ant for bulk project execution.
This task must no be used outside of a
- target
if it invoces the same build file it is
+ target
if it invokes the same build file it is
part of.
-Loads property values from a valid xml file. This XML property file: +Loads property values from a well-formed xml file. This XML property file:
<root> <properties> @@ -16,7 +16,7 @@ Loads property values from a valid xml file. This XML property file: </properties> </root>-is roughly equivalent to this java property file: +is roughly equivalent to this Java property file:
root.properties.foo = bar@@ -25,7 +25,7 @@ is roughly equivalent to this java property file: By default, this load does no processing of the input. In particular, unlike the Property task, property references -(i.e., ${foo}) are not resolved. +(i.e., ${foo}) are not resolved.