diff --git a/manual/Tasks/javah.html b/manual/Tasks/javah.html
index 2331cafdf..d85a6d622 100644
--- a/manual/Tasks/javah.html
+++ b/manual/Tasks/javah.html
@@ -55,7 +55,7 @@ attribute:
target="_top">gcj and gij. Since Apache Ant 1.8.2
forking - runs the javah executable via its command line
interface in a separate process. Default when not running on
- Kaffee or gcj/gij. Since Ant 1.9.8
+ Kaffe or gcj/gij since Ant 1.9.8
Note: if you are using this task to work on multiple files
diff --git a/manual/Tasks/junitreport.html b/manual/Tasks/junitreport.html
index f52823cb0..c1967e7a4 100644
--- a/manual/Tasks/junitreport.html
+++ b/manual/Tasks/junitreport.html
@@ -38,7 +38,7 @@ for more information.
href="http://xml.apache.org/xalan-j/">Xalan 2.4.1+ or Xalan XSLTC
(JDK 1.4 contains a version of Xalan 2.x, while JDK 1.5 ships with a
version of XSLTC). Since version 1.4.2-01, JDK ships with a bundled
-Xalan 2.4.1+, meaning that JDK version prior to 1.4.2-01 won't work
+Xalan 2.4.1+, meaning that JDK prior to version 1.4.2-01 won't work
out of the box. The table below summarize the compatibility status.
diff --git a/manual/Tasks/macrodef.html b/manual/Tasks/macrodef.html
index f655a22a6..dd816d008 100644
--- a/manual/Tasks/macrodef.html
+++ b/manual/Tasks/macrodef.html
@@ -195,7 +195,7 @@
If this element is not present, then any nested text in the macro invocation
will be an error. If the text element is present, then the name
becomes an attribute that gets set to the nested text of the macro invocation.
- Since ant 1.6.1.
+ Since Ant 1.6.1.
The case of the text name is ignored.
diff --git a/manual/Tasks/native2ascii.html b/manual/Tasks/native2ascii.html
index 17faccd7c..d6374e6af 100644
--- a/manual/Tasks/native2ascii.html
+++ b/manual/Tasks/native2ascii.html
@@ -65,8 +65,8 @@
element. Here are the choices of the attribute:
- - default - the default converter for the platform: kaffee
- when run on Kaffee, builtin otherwise.
+ - default - the default converter for the platform: kaffe
+ when run on Kaffe, builtin otherwise.
- sun - used to be the standard converter of the JDK < 9
- kaffe - the standard converter
of Kaffe