You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by cp...@apache.org on 2022/06/24 17:45:13 UTC

[solr] branch branch_9x updated: SOLR-16261: fix typo in backup-restore.adoc in solr-ref-guide (#914)

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

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


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

commit 82373fafce1bd94363b19e4a959293691ba737d5
Author: julien-felizat <10...@users.noreply.github.com>
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)
---
 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>