Author: markt
Date: Tue Sep 24 13:14:11 2013
New Revision: 1525879
URL: http://svn.apache.org/r1525879
Log:
Fix typo
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java
Modified:
tomcat/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java?rev=1525879&r1=1525878&r2=1525879&view=diff
==============================================================================
---
tomcat/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java
(original)
+++
tomcat/trunk/java/org/apache/catalina/webresources/TomcatURLStreamHandlerFactory.java
Tue Sep 24 13:14:11 2013
@@ -60,7 +60,7 @@ public class TomcatURLStreamHandlerFacto
* Since the JVM only allows a single call to
* {@link URL#setURLStreamHandlerFactory(URLStreamHandlerFactory)} and
* Tomcat needs to register a handler, provide a mechanism to allow
- * applications to registertheir own handlers.
+ * applications to register their own handlers.
*/
public static void addUserFactory(URLStreamHandlerFactory factory) {
instance.userFactories.add(factory);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]