Author: markt
Date: Tue Oct 23 12:08:29 2012
New Revision: 1401259
URL: http://svn.apache.org/viewvc?rev=1401259&view=rev
Log:
Fix typo
Modified:
tomcat/sandbox/trunk-resources/java/org/apache/tomcat/JarScannerCallback.java
Modified:
tomcat/sandbox/trunk-resources/java/org/apache/tomcat/JarScannerCallback.java
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/trunk-resources/java/org/apache/tomcat/JarScannerCallback.java?rev=1401259&r1=1401258&r2=1401259&view=diff
==============================================================================
---
tomcat/sandbox/trunk-resources/java/org/apache/tomcat/JarScannerCallback.java
(original)
+++
tomcat/sandbox/trunk-resources/java/org/apache/tomcat/JarScannerCallback.java
Tue Oct 23 12:08:29 2012
@@ -21,7 +21,7 @@ import java.io.IOException;
import java.net.JarURLConnection;
/**
- * This interface is implemented by clients of the {@link JatScanner} to enable
+ * This interface is implemented by clients of the {@link JarScanner} to enable
* them to receive notification of a discovered JAR.
*/
public interface JarScannerCallback {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]