aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-04-25 16:40:52 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-04-25 16:40:52 +0000
commitdc6eb0ddcf9253192a5a9ea7f606441f818fb381 (patch)
treed7207b23f4b874ad317caf2726a99aea06703624 /src/documentation/content/xdocs
parent09758aa620fed649989c51a67b81fcabd8a18016 (diff)
downloadxmlgraphics-fop-dc6eb0ddcf9253192a5a9ea7f606441f818fb381.tar.gz
xmlgraphics-fop-dc6eb0ddcf9253192a5a9ea7f606441f818fb381.zip
Fix bad links/spelling of "extensions".
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196347 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r--src/documentation/content/xdocs/design/parsing.xml2
-rw-r--r--src/documentation/content/xdocs/dev/extensions.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/design/parsing.xml b/src/documentation/content/xdocs/design/parsing.xml
index 05c5d0ebc..d2e38d47a 100644
--- a/src/documentation/content/xdocs/design/parsing.xml
+++ b/src/documentation/content/xdocs/design/parsing.xml
@@ -36,7 +36,7 @@ Instead, FOP takes SAX events and builds its own tree-like structure. Why?</p>
<title>Namespaces</title>
<p>To allow for extensions to the XSL-FO language, FOP provides a mechanism for handling foreign namespaces.</p>
<p>See <link href="../extensions.html">User Extensions</link> for a discussion of standard extensions shipped with FOP, and their related namespaces.</p>
- <p>See <link href="../dev/extenstions.html">Developer Extensions</link> for a discussion of the mechanisms in place to allow developers to add their own extensions, including how to tell FOP about the foreign namespace.</p>
+ <p>See <link href="../dev/extensions.html">Developer Extensions</link> for a discussion of the mechanisms in place to allow developers to add their own extensions, including how to tell FOP about the foreign namespace.</p>
</section>
</body>
</document>
diff --git a/src/documentation/content/xdocs/dev/extensions.xml b/src/documentation/content/xdocs/dev/extensions.xml
index ef458ef7e..a188d4ad9 100644
--- a/src/documentation/content/xdocs/dev/extensions.xml
+++ b/src/documentation/content/xdocs/dev/extensions.xml
@@ -9,7 +9,7 @@
<body>
<section id="overview">
<title>Overview</title>
- <p>For documentation of standard FOP extenstions, see the <link href="../extensions.html">User FOP Extensions</link> document.</p>
+ <p>For documentation of standard FOP extensions, see the <link href="../extensions.html">User FOP Extensions</link> document.</p>
<p>
If the default funtionality of FOP needs to be extended for
some reason then you can write an extension.