You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2006/04/12 04:17:42 UTC

svn commit: r393368 - /incubator/solr/trunk/src/webapp/WEB-INF/web.xml

Author: ehatcher
Date: Tue Apr 11 19:17:40 2006
New Revision: 393368

URL: http://svn.apache.org/viewcvs?rev=393368&view=rev
Log:
correct typo in comment

Modified:
    incubator/solr/trunk/src/webapp/WEB-INF/web.xml

Modified: incubator/solr/trunk/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/webapp/WEB-INF/web.xml?rev=393368&r1=393367&r2=393368&view=diff
==============================================================================
--- incubator/solr/trunk/src/webapp/WEB-INF/web.xml (original)
+++ incubator/solr/trunk/src/webapp/WEB-INF/web.xml Tue Apr 11 19:17:40 2006
@@ -8,7 +8,7 @@
 <web-app>
 
   <!-- Uncomment if you are trying to use Resin.  Their XML implementation
-    isn't entirely comatible with Xerces.  Below are the implementations to use
+    isn't entirely compatible with Xerces.  Below are the implementations to use
     with Sun's JVM.
   <system-property javax.xml.xpath.XPathFactory=
              "com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl"/>