From 4c16ed4bd158a0f4b656a0088ecbb416f89c3db2 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 27 Dec 2005 16:14:00 +0000 Subject: [PATCH] sp git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@359226 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/install.html b/docs/manual/install.html index cf029e2d5..34ba4f33b 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -192,7 +192,7 @@ if a DOS directory is to be added to the path. The usual symptom of CLASSPATH problems is that ant will not run with some error about not being able to find org.apache.tools.Ant.main, or, if you have got the -quotes/backslashes wrong, some very wierd Java startup error. To see if this is +quotes/backslashes wrong, some very weird Java startup error. To see if this is the case, run ant -noclasspath or unset the CLASSPATH environment variable.