This is an automated email from the ASF dual-hosted git repository.

cpoerschke pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_0 by this push:
     new 4138d8df2ef SOLR-16261: fix typo in backup-restore.adoc in 
solr-ref-guide (#914)
4138d8df2ef is described below

commit 4138d8df2ef9b464cae12d8ac7b04f3ce84fe56c
Author: julien-felizat <[email protected]>
AuthorDate: Fri Jun 24 19:43:50 2022 +0200

    SOLR-16261: fix typo in backup-restore.adoc in solr-ref-guide (#914)
    
    (cherry picked from commit 5c1ac01309ce64fca8de6e9ca601be5fbf7d1932)
    (cherry picked from commit 82373fafce1bd94363b19e4a959293691ba737d5)
---
 solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc 
b/solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc
index 88e67fbe9ad..86a5adf764d 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc
@@ -394,7 +394,7 @@ An example configuration using this property can be found 
below.
 [source,xml]
 ----
 <backup>
-  <repository name="local_repo" 
class="org.apache.solr.core.backup.repository.LocalFileSytemRepository">
+  <repository name="local_repo" 
class="org.apache.solr.core.backup.repository.LocalFileSystemRepository">
     <str name="location">/solr/backup_data</str>
   </repository>
 </backup>

Reply via email to