From 6a9535025fdab70907859ccb2d172f0d74303663 Mon Sep 17 00:00:00 2001 From: Evan Saulpaugh Date: Fri, 22 May 2020 22:26:12 -0500 Subject: [PATCH] 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 c328c581d..c56153f35 100644 --- a/manual/Tasks/rmic.html +++ b/manual/Tasks/rmic.html @@ -30,7 +30,7 @@

Note rmic 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.

+ you specify the executable or rmic-adapter explicitly.

Rmic 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 _Stub