From a0d48ea8cb93a0a529e93feefa3ab9a24179646c Mon Sep 17 00:00:00 2001
From: Stefan Weil <sw@weilnetz.de>
Date: Mon, 2 May 2016 15:00:42 -0400
Subject: [PATCH] solr: Fix typos in comments (found by codespell)

---
 solr/vufind/authority/conf/solrconfig.xml | 6 +++---
 solr/vufind/biblio/conf/solrconfig.xml    | 6 +++---
 solr/vufind/reserves/conf/solrconfig.xml  | 6 +++---
 solr/vufind/stats/conf/solrconfig.xml     | 6 +++---
 solr/vufind/website/conf/solrconfig.xml   | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/solr/vufind/authority/conf/solrconfig.xml b/solr/vufind/authority/conf/solrconfig.xml
index 2fd4e17f91a..3ff9ac48587 100644
--- a/solr/vufind/authority/conf/solrconfig.xml
+++ b/solr/vufind/authority/conf/solrconfig.xml
@@ -145,7 +145,7 @@
     </listener>
     -->
     <!-- A postOptimize event is fired only after every optimize command, useful
-         in conjunction with index distribution to only distribute optimized indicies 
+         in conjunction with index distribution to only distribute optimized indices
     <listener event="postOptimize" class="solr.RunExecutableListener">
       <str name="exe">snapshooter</str>
       <str name="dir">solr/bin</str>
@@ -313,7 +313,7 @@
             (and validation against If-Modified-Since requests) will all be
             relative to when the current Searcher was opened.
             You can change it to lastModFrom="dirLastMod" if you want the
-            value to exactly corrispond to when the physical index was last
+            value to exactly correspond to when the physical index was last
             modified.
                
             etagSeed="..." is an option you can change to force the ETag
@@ -390,7 +390,7 @@
    
    Search components are registered to SolrCore and used by Search Handlers
    
-   By default, the following components are avaliable:
+   By default, the following components are available:
     
    <searchComponent name="query"     class="org.apache.solr.handler.component.QueryComponent" />
    <searchComponent name="facet"     class="org.apache.solr.handler.component.FacetComponent" />
diff --git a/solr/vufind/biblio/conf/solrconfig.xml b/solr/vufind/biblio/conf/solrconfig.xml
index 43092a6b7a5..5aa7c147591 100644
--- a/solr/vufind/biblio/conf/solrconfig.xml
+++ b/solr/vufind/biblio/conf/solrconfig.xml
@@ -148,7 +148,7 @@
     </listener>
     -->
     <!-- A postOptimize event is fired only after every optimize command, useful
-         in conjunction with index distribution to only distribute optimized indicies
+         in conjunction with index distribution to only distribute optimized indices
     <listener event="postOptimize" class="solr.RunExecutableListener">
       <str name="exe">snapshooter</str>
       <str name="dir">solr/bin</str>
@@ -319,7 +319,7 @@
             (and validation against If-Modified-Since requests) will all be
             relative to when the current Searcher was opened.
             You can change it to lastModFrom="dirLastMod" if you want the
-            value to exactly corrispond to when the physical index was last
+            value to exactly correspond to when the physical index was last
             modified.
 
             etagSeed="..." is an option you can change to force the ETag
@@ -499,7 +499,7 @@
 
    Search components are registered to SolrCore and used by Search Handlers
 
-   By default, the following components are avaliable:
+   By default, the following components are available:
 
    <searchComponent name="query"     class="org.apache.solr.handler.component.QueryComponent" />
    <searchComponent name="facet"     class="org.apache.solr.handler.component.FacetComponent" />
diff --git a/solr/vufind/reserves/conf/solrconfig.xml b/solr/vufind/reserves/conf/solrconfig.xml
index 13a08ce8026..0213268f270 100644
--- a/solr/vufind/reserves/conf/solrconfig.xml
+++ b/solr/vufind/reserves/conf/solrconfig.xml
@@ -145,7 +145,7 @@
     </listener>
     -->
     <!-- A postOptimize event is fired only after every optimize command, useful
-         in conjunction with index distribution to only distribute optimized indicies 
+         in conjunction with index distribution to only distribute optimized indices
     <listener event="postOptimize" class="solr.RunExecutableListener">
       <str name="exe">snapshooter</str>
       <str name="dir">solr/bin</str>
@@ -313,7 +313,7 @@
             (and validation against If-Modified-Since requests) will all be
             relative to when the current Searcher was opened.
             You can change it to lastModFrom="dirLastMod" if you want the
-            value to exactly corrispond to when the physical index was last
+            value to exactly correspond to when the physical index was last
             modified.
                
             etagSeed="..." is an option you can change to force the ETag
@@ -390,7 +390,7 @@
    
    Search components are registered to SolrCore and used by Search Handlers
    
-   By default, the following components are avaliable:
+   By default, the following components are available:
     
    <searchComponent name="query"     class="org.apache.solr.handler.component.QueryComponent" />
    <searchComponent name="facet"     class="org.apache.solr.handler.component.FacetComponent" />
diff --git a/solr/vufind/stats/conf/solrconfig.xml b/solr/vufind/stats/conf/solrconfig.xml
index acb7d9ed8b3..116cfe925eb 100644
--- a/solr/vufind/stats/conf/solrconfig.xml
+++ b/solr/vufind/stats/conf/solrconfig.xml
@@ -145,7 +145,7 @@
     </listener>
     -->
     <!-- A postOptimize event is fired only after every optimize command, useful
-         in conjunction with index distribution to only distribute optimized indicies 
+         in conjunction with index distribution to only distribute optimized indices
     <listener event="postOptimize" class="solr.RunExecutableListener">
       <str name="exe">snapshooter</str>
       <str name="dir">solr/bin</str>
@@ -313,7 +313,7 @@
             (and validation against If-Modified-Since requests) will all be
             relative to when the current Searcher was opened.
             You can change it to lastModFrom="dirLastMod" if you want the
-            value to exactly corrispond to when the physical index was last
+            value to exactly correspond to when the physical index was last
             modified.
                
             etagSeed="..." is an option you can change to force the ETag
@@ -368,7 +368,7 @@
    
    Search components are registered to SolrCore and used by Search Handlers
    
-   By default, the following components are avaliable:
+   By default, the following components are available:
     
    <searchComponent name="query"     class="org.apache.solr.handler.component.QueryComponent" />
    <searchComponent name="facet"     class="org.apache.solr.handler.component.FacetComponent" />
diff --git a/solr/vufind/website/conf/solrconfig.xml b/solr/vufind/website/conf/solrconfig.xml
index 01da7c0f28f..bedbf83cad3 100644
--- a/solr/vufind/website/conf/solrconfig.xml
+++ b/solr/vufind/website/conf/solrconfig.xml
@@ -145,7 +145,7 @@
     </listener>
     -->
     <!-- A postOptimize event is fired only after every optimize command, useful
-         in conjunction with index distribution to only distribute optimized indicies
+         in conjunction with index distribution to only distribute optimized indices
     <listener event="postOptimize" class="solr.RunExecutableListener">
       <str name="exe">snapshooter</str>
       <str name="dir">solr/bin</str>
@@ -318,7 +318,7 @@
             (and validation against If-Modified-Since requests) will all be
             relative to when the current Searcher was opened.
             You can change it to lastModFrom="dirLastMod" if you want the
-            value to exactly corrispond to when the physical index was last
+            value to exactly correspond to when the physical index was last
             modified.
 
             etagSeed="..." is an option you can change to force the ETag
@@ -432,7 +432,7 @@
 
    Search components are registered to SolrCore and used by Search Handlers
 
-   By default, the following components are avaliable:
+   By default, the following components are available:
 
    <searchComponent name="query"     class="org.apache.solr.handler.component.QueryComponent" />
    <searchComponent name="facet"     class="org.apache.solr.handler.component.FacetComponent" />
-- 
GitLab