diff options
| author | Stefan Bodewig <bodewig@apache.org> | 2016-07-31 06:17:50 +0200 |
|---|---|---|
| committer | Stefan Bodewig <bodewig@apache.org> | 2016-07-31 06:17:50 +0200 |
| commit | eb906395ffc45b3a9c08f39b93e049aa5e700e52 (patch) | |
| tree | 41c463e89cee871f396fd32d81ad95e1a1b42688 /manual | |
| parent | 7ebbdc995c7ef0c78c63b078765dc714cdd80452 (diff) | |
| download | ant-eb906395ffc45b3a9c08f39b93e049aa5e700e52.tar.gz | |
typos
Diffstat (limited to 'manual')
| -rw-r--r-- | manual/Tasks/javah.html | 2 | ||||
| -rw-r--r-- | manual/Tasks/rmic.html | 2 |
2 files changed, 2 insertions, 2 deletions
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</a>:</p> of <a href="http://gcc.gnu.org/java/" target="_top">gcj and gij</a>) <em>since Apache Ant 1.8.2</em></li> <li>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. <em>since Ant 1.9.8</em></li> </ul> 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. <a name="compilervalues">Here are the choices</a>:</p> <ul> <li>default -the default compiler (kaffe, sun or forking) for the platform. - <li>sun (the standard compiler of the JDK < JDK 9)</li> + <li>sun (the standard compiler of the JDK < JDK 9)</li> <li>kaffe (the standard compiler of <a href="http://www.kaffe.org" target="_top">Kaffe</a>)</li> <li>weblogic</li> <li>forking - the sun compiler forked into a separate process (since |
