Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45940
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 3 Oct 2008 12:15:53 +0000 (12:15 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 3 Oct 2008 12:15:53 +0000 (12:15 +0000)
typo user->username

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@701362 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/jndi-resources-howto.xml

index 8919e8b..64f0be3 100644 (file)
@@ -592,7 +592,7 @@ conn.close();
     <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