Author: markt
Date: Fri Feb 20 22:10:41 2009
New Revision: 746384

URL: http://svn.apache.org/viewvc?rev=746384&view=rev
Log:
More typos

Modified:
    tomcat/trunk/java/javax/servlet/resources/web-app_2_2.dtd
    tomcat/trunk/java/javax/servlet/resources/web-app_2_3.dtd
    tomcat/trunk/java/javax/servlet/resources/web-app_2_4.xsd
    tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd

Modified: tomcat/trunk/java/javax/servlet/resources/web-app_2_2.dtd
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/resources/web-app_2_2.dtd?rev=746384&r1=746383&r2=746384&view=diff
==============================================================================
Binary files - no diff available.

Modified: tomcat/trunk/java/javax/servlet/resources/web-app_2_3.dtd
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/resources/web-app_2_3.dtd?rev=746384&r1=746383&r2=746384&view=diff
==============================================================================
Binary files - no diff available.

Modified: tomcat/trunk/java/javax/servlet/resources/web-app_2_4.xsd
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/resources/web-app_2_4.xsd?rev=746384&r1=746383&r2=746384&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/resources/web-app_2_4.xsd (original)
+++ tomcat/trunk/java/javax/servlet/resources/web-app_2_4.xsd Fri Feb 20 
22:10:41 2009
@@ -99,7 +99,7 @@
        file must not contain multiple elements of session-config,
        jsp-config, and login-config. When there are multiple elements of
        welcome-file-list or locale-encoding-mapping-list, the container
-       must concatinate the element contents.  The multiple occurrence
+       must concatenate the element contents.  The multiple occurrence
        of the element distributable is redundant and the container
        treats that case exactly in the same way when there is only
        one distributable.
@@ -452,7 +452,7 @@
        element, depending on which style is used. The order in
        which filters are invoked is the order in which
        filter-mapping declarations that match a request URI for a
-       servlet appear in the list of filter-mapping elements.The
+       servlet appear in the list of filter-mapping elements. The
        filter-name value must be the value of the filter-name
        sub-elements of one of the filter declarations in the
        deployment descriptor.
@@ -874,7 +874,7 @@
        The servletType is used to declare a servlet.
        It contains the declarative data of a
        servlet. If a jsp-file is specified and the load-on-startup
-       element is present, then the JSP should be precompiled and
+       element is present, then the JSP should be pre-compiled and
        loaded.
 
        Used in: web-app
@@ -915,7 +915,7 @@
 
            The load-on-startup element indicates that this
            servlet should be loaded (instantiated and have
-           its init() called) on the startup of the web
+           its init() called) on the start-up of the web
            application. The optional contents of these
            element must be an integer indicating the order in
            which the servlet should be loaded. If the value

Modified: tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd?rev=746384&r1=746383&r2=746384&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd (original)
+++ tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd Fri Feb 20 
22:10:41 2009
@@ -82,7 +82,7 @@
                 session-config, jsp-config, and login-config. When there
                 are multiple elements of welcome-file-list or
                 locale-encoding-mapping-list, the container must
-                concatenate the element contents. The multiple occurence
+                concatenate the element contents. The multiple occurrence
                 of the element distributable is redundant and the
                 container treats that case exactly in the same way when
                 there is only one distributable.
@@ -363,7 +363,7 @@
                 which filters are invoked is the order in which
                 filter-mapping declarations that match a request URI for
                 a servlet appear in the list of filter-mapping
-                elements.The filter-name value must be the value of the
+                elements. The filter-name value must be the value of the
                 filter-name sub-elements of one of the filter
                 declarations in the deployment descriptor.
             </xsd:documentation>
@@ -702,7 +702,7 @@
                     <xsd:documentation>
                         The load-on-startup element indicates that this
                         servlet should be loaded (instantiated and have
-                        its init() called) on the startup of the web
+                        its init() called) on the start-up of the web
                         application. The optional contents of these
                         element must be an integer indicating the order
                         in which the servlet should be loaded. If the



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to