diff --git a/manual/Tasks/javah.html b/manual/Tasks/javah.html
index 0fdc88561..0428e6675 100644
--- a/manual/Tasks/javah.html
+++ b/manual/Tasks/javah.html
@@ -45,7 +45,7 @@ name="implementationvalues">Here are the choices of the attribute:
of gcj and gij) since Apache Ant 1.8.2
forking - runs the javah executable via its command line
- interface in a separate process. Default wehn running on
+ interface in a separate process. Default when running on
Java9. since Ant 1.9.8
diff --git a/manual/Tasks/rmic.html b/manual/Tasks/rmic.html
index 3c7a6d643..fa927bf8d 100644
--- a/manual/Tasks/rmic.html
+++ b/manual/Tasks/rmic.html
@@ -53,7 +53,7 @@ attribute. or a nested element.
Here are the choices:
- default -the default compiler (kaffe, sun or forking) for the platform.
-
- sun (the standard compiler of the JDK < JDK 9)
+ - sun (the standard compiler of the JDK < JDK 9)
- kaffe (the standard compiler of Kaffe)
- weblogic
- forking - the sun compiler forked into a separate process (since