Author: markt
Date: Sun Oct 16 20:03:29 2011
New Revision: 1184917
URL: http://svn.apache.org/viewvc?rev=1184917&view=rev
Log:
Fix typos.
Modified:
tomcat/trunk/webapps/docs/config/listeners.xml
Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1184917&r1=1184916&r2=1184917&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Sun Oct 16 20:03:29 2011
@@ -193,10 +193,10 @@
<attribute name="driverManagerProtection" required="false">
<p>The first use of <code>java.sql.DriverManager</code> will trigger
the
- loading of JDBNC Driver in the the current class loader. The web
+ loading of JDBC Driver in the the current class loader. The web
application level memory leak protection can take care of this in most
cases but triggering the loading here has fewer side-effects. The
- default is <code>true</code></p>
+ default is <code>true</code>.</p>
</attribute>
<attribute name="gcDaemonProtection" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]