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 ma...@apache.org on 2010/02/13 17:28:18 UTC

svn commit: r909843 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

Author: markrmiller
Date: Sat Feb 13 16:28:18 2010
New Revision: 909843

URL: http://svn.apache.org/viewvc?rev=909843&view=rev
Log:
small comment fix

Modified:
    lucene/solr/trunk/example/solr/conf/solrconfig.xml

Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?rev=909843&r1=909842&r2=909843&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Sat Feb 13 16:28:18 2010
@@ -36,7 +36,7 @@
        and use them to resolve any "plugins" specified in your solrconfig.xml or
        schema.xml (ie: Analyzers, Request Handlers, etc...).
 
-       All directories and paths are resolved relative the instanceDir.
+       All directories and paths are resolved relative to the instanceDir.
 
        If a "./lib" directory exists in your instanceDir, all files found in it
        are included as if you had used the following syntax...