Author: markt
Date: Fri Oct  3 05:15:53 2008
New Revision: 701362

URL: http://svn.apache.org/viewvc?rev=701362&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45940
typo user->username

Modified:
    tomcat/trunk/webapps/docs/jndi-resources-howto.xml

Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-resources-howto.xml?rev=701362&r1=701361&r2=701362&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jndi-resources-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jndi-resources-howto.xml Fri Oct  3 05:15:53 2008
@@ -592,7 +592,7 @@
     <li><strong>url</strong> - Connection URL to be passed to our JDBC driver.
         (For backwards compatibility, the property <code>driverName</code>
         is also recognized.)</li>
-    <li><strong>user</strong> - Database username to be passed to our
+    <li><strong>username</strong> - Database username to be passed to our
         JDBC driver.</li>
     <li><strong>validationQuery</strong> - SQL query that can be used by the
         pool to validate connections before they are returned to the



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to