diff --git a/solr/vufind/authority/conf/solrconfig.xml b/solr/vufind/authority/conf/solrconfig.xml
index 2fd4e17f91a67da7eb95dd056b7aa3a35f0729c4..3ff9ac4858755474e0e83774c0c62044e330926f 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 43092a6b7a5da4ef7e6eff8aac6814b5c76283f5..5aa7c147591fd1de1d1c762a5f537af942b061a2 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 13a08ce8026e02b5ace0f2b0efcb0d57621e99f1..0213268f2700a5be701ab05625991607cbabfbdd 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 acb7d9ed8b3f9fea0ba3d9edef09c1b28b308c7c..116cfe925eb19de36c574c1c2324ad0dec5dc8d2 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 01da7c0f28ff29970028ab8190ff53404ca4952e..bedbf83cad32141b35a0f49522e83a464a7bd5f8 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" />