You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/11/26 02:41:04 UTC

svn commit: r1545504 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/jndi-resources-howto.xml

Author: kkolinko
Date: Tue Nov 26 01:41:04 2013
New Revision: 1545504

URL: http://svn.apache.org/r1545504
Log:
Merged r1545215 from tomcat/trunk:
Fix typos

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1545215

Modified: tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml?rev=1545504&r1=1545503&r2=1545504&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml Tue Nov 26 01:41:04 2013
@@ -354,7 +354,7 @@ writer.println("foo = " + bean.getFoo() 
 
     <h3>1. Create/edit the XML file</h3>
 
-    <p>The XMl file is typically located at
+    <p>The XML file is typically located at
     <code>$CATALINA_BASE/conf/tomcat-users.xml</code> however, you are free to
     locate the file anywhere on the file system. It is recommended that the XML
     files are placed in <code>$CATALINA_BASE/conf</code>. A typical XML would
@@ -374,7 +374,7 @@ writer.println("foo = " + bean.getFoo() 
     <h3>2.  Declare Your Resource</h3>
 
     <p>Next, modify <code>$CATALINA_BASE/conf/server.xml</code> to create the
-    UserDatabase resource based on your XMl file. It should look something like
+    UserDatabase resource based on your XML file. It should look something like
     this:</p>
 
 <source>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org