glenn 02/05/11 18:22:18
Modified: catalina/src/share/org/apache/catalina Context.java
Log:
Fix a couple of typos
Revision Changes Path
1.21 +6 -6
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Context.java
Index: Context.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Context.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Context.java 28 Jan 2002 12:08:13 -0000 1.20
+++ Context.java 12 May 2002 01:22:18 -0000 1.21
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Context.java,v
1.20 2002/01/28 12:08:13 remm Exp $
- * $Revision: 1.20 $
- * $Date: 2002/01/28 12:08:13 $
+ * $Header:
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/Context.java,v
1.21 2002/05/12 01:22:18 glenn Exp $
+ * $Revision: 1.21 $
+ * $Date: 2002/05/12 01:22:18 $
*
* ====================================================================
*
@@ -83,8 +83,8 @@
/**
* A <b>Context</b> is a Container that represents a servlet context, and
- * therefore an individual web applicaiton, in the Catalina servlet engine.
- * It is therefore useful in almost every deploymentof Catalina (even if a
+ * therefore an individual web application, in the Catalina servlet engine.
+ * It is therefore useful in almost every deployment of Catalina (even if a
* Connector attached to a web server (such as Apache) uses the web server's
* facilities to identify the appropriate Wrapper to handle this request.
* It also provides a convenient mechanism to use Interceptors that see
@@ -98,7 +98,7 @@
* <p>
*
* @author Craig R. McClanahan
- * @version $Revision: 1.20 $ $Date: 2002/01/28 12:08:13 $
+ * @version $Revision: 1.21 $ $Date: 2002/05/12 01:22:18 $
*/
public interface Context extends Container {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>