Index: ContainerBase.java
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/ContainerBase.java,v
retrieving revision 1.17
diff -u -r1.17 ContainerBase.java
--- ContainerBase.java	25 Nov 2001 21:06:06 -0000	1.17
+++ ContainerBase.java	3 Jan 2002 01:03:41 -0000
@@ -106,7 +106,7 @@
  * <p>
  * All subclasses of this abstract base class will include support for a
  * Pipeline object that defines the processing to be performed for each request
- * received by the <code>invoke()</code> method of this class, utilizig the
+ * received by the <code>invoke()</code> method of this class, utilizing the
  * "Chain of Responsibility" design pattern.  A subclass should encapsulate its
  * own processing functionality as a <code>Valve</code>, and configure this
  * Valve into the pipeline by calling <code>setBasic()</code>.
