This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a95350  fix two typos in rmic manual page
     new 4f062bf  Merge pull request #127 from esaulpaugh/master
6a95350 is described below

commit 6a9535025fdab70907859ccb2d172f0d74303663
Author: Evan Saulpaugh <evan.saulpa...@gmail.com>
AuthorDate: Fri May 22 22:26:12 2020 -0500

    fix two typos in rmic manual page
---
 manual/Tasks/rmic.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/Tasks/rmic.html b/manual/Tasks/rmic.html
index c328c58..c56153f 100644
--- a/manual/Tasks/rmic.html
+++ b/manual/Tasks/rmic.html
@@ -30,7 +30,7 @@
 
 <p><b>Note</b> <kbd>rmic</kbd> has been deprecated as of Java 13 and
   removed as of Java 15. Trying to use it with Java15 will fail unless
-  you specifiy the execxutable or rmic-adapter explicitly.</p>
+  you specify the executable or rmic-adapter explicitly.</p>
 
 <p><code>Rmic</code> can be run on a single class (as specified with the 
classname attribute) or a
 number of classes at once (all classes below base that are neither 
<code>_Stub</code>

Reply via email to