Fix typos, remove whitespace
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 14 Mar 2011 12:47:26 +0000 (12:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 14 Mar 2011 12:47:26 +0000 (12:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1081351 13f79535-47bb-0310-9956-ffa450edef68

conf/web.xml

index 151455a..e52355d 100644 (file)
     </mime-mapping>
     <mime-mapping>
         <extension>mathml</extension>
-        <mime-type>application/mathml+xml</mime-type> 
+        <mime-type>application/mathml+xml</mime-type>
     </mime-mapping>
     <mime-mapping>
         <extension>me</extension>
   <!-- When a request URI refers to a directory, the default servlet looks  -->
   <!-- for a "welcome file" within that directory and, if present, to the   -->
   <!-- corresponding resource URI for display.                              -->
-  <!-- If none welcome file are present, the default servlet either serves  -->
-  <!-- a directory listing (see default servlet configuration on how to     -->
+  <!-- If no welcome files are present, the default servlet either serves a -->
+  <!-- directory listing (see default servlet configuration on how to       -->
   <!-- customize) or returns a 404 status, depending on the value of the    -->
   <!-- listings setting.                                                    -->
   <!--                                                                      -->
   <!-- If you define welcome files in your own application's web.xml        -->
   <!-- deployment descriptor, that list *replaces* the list configured      -->
   <!-- here, so be sure to include any of the default values that you wish  -->
-  <!-- use within your application.                                         -->
+  <!-- to use within your application.                                       -->
 
     <welcome-file-list>
         <welcome-file>index.html</welcome-file>