aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-11-13 18:01:22 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-11-13 18:01:22 +0000
commit90a905719766e1c181075d777a72fd7597b0f35c (patch)
tree8efbd096f2364cb859d31e9684dd9107d1dd9286
parent55c69e183af43f798f8e3fede32e25908cd88da6 (diff)
downloadxmlgraphics-fop-90a905719766e1c181075d777a72fd7597b0f35c.tar.gz
xmlgraphics-fop-90a905719766e1c181075d777a72fd7597b0f35c.zip
fix minor grammatical problem
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197011 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/documentation/content/xdocs/compiling.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/compiling.xml b/src/documentation/content/xdocs/compiling.xml
index 27171035a..730c575da 100644
--- a/src/documentation/content/xdocs/compiling.xml
+++ b/src/documentation/content/xdocs/compiling.xml
@@ -30,7 +30,7 @@ You will only need to adjust the classpath if you build FOP in some other way. S
</section>
<section id="env-java-home">
<title>JAVA_HOME</title>
- <p>The build script uses <link href="http://jakarta.apache.org/ant/">Ant</link>, a popular java-based build tool, which requires that the environment variable JAVA_HOME point to your local JDK root directory. This is true even if you use JDK 1.2 or above, which normally don't need this setting.</p>
+ <p>The build script uses <link href="http://jakarta.apache.org/ant/">Ant</link>, a popular java-based build tool, which requires that the environment variable JAVA_HOME point to your local JDK root directory. This is true even if you use JDK 1.2 or above, which normally does not need this setting.</p>
</section>
</section>
<section id="build-script">