From b6194e4ac7e53367d6286564fb8907486e85f5e2 Mon Sep 17 00:00:00 2001
From: rjung
Date: Fri, 5 Nov 2010 12:27:49 +0000
Subject: [PATCH] BZ50219: Fix typo in jndi-resources-howto.xml.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1031535 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/jndi-resources-howto.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/jndi-resources-howto.xml b/webapps/docs/jndi-resources-howto.xml
index 29f622395..763622f5a 100644
--- a/webapps/docs/jndi-resources-howto.xml
+++ b/webapps/docs/jndi-resources-howto.xml
@@ -146,7 +146,7 @@ attribute to "true").
Tomcat maintains a separate namespace of global resources for the
entire server. These are configured in the
-<GlobalNameingResources> element of
+<GlobalNamingResources> element of
$CATALINA_BASE/conf/server.xml. You may expose these resources to
web applications by using a
<ResourceLink> to
--
2.11.0