From 7d945f51c40b5f8ba7fc8919b9ce3fe460b24203 Mon Sep 17 00:00:00 2001
From: "Jesse N. Glick"
Date: Wed, 1 Jul 2009 00:05:25 +0000
Subject: [PATCH] Typo.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@790005 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/javac.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html
index 662c78ef6..328031e3c 100644
--- a/docs/manual/CoreTasks/javac.html
+++ b/docs/manual/CoreTasks/javac.html
@@ -764,7 +764,7 @@ while all others are false
.
as an opensource project. The output of this project is a
javac.jar
which contains the javac compiler.
This compiler may be used with the <javac>
task with
- the use of a "-Xbootstrapclass/p" java argument. The argument needs
+ the use of a -Xbootclasspath/p
java argument. The argument needs
to be given to the runtime system of the javac executable, so it needs
to be prepended with a "-J". For example: