You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2018/11/27 19:57:30 UTC

lucene-solr:branch_7_6: SOLR-12497: fix typo

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_6 ff11881ee -> ad753020a


SOLR-12497: fix typo


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ad753020
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ad753020
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ad753020

Branch: refs/heads/branch_7_6
Commit: ad753020aee6b63b155fe439af6f562afe88d5c1
Parents: ff11881
Author: Cassandra Targett <ct...@apache.org>
Authored: Tue Nov 27 13:56:19 2018 -0600
Committer: Cassandra Targett <ct...@apache.org>
Committed: Tue Nov 27 13:57:22 2018 -0600

----------------------------------------------------------------------
 solr/solr-ref-guide/src/enabling-ssl.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ad753020/solr/solr-ref-guide/src/enabling-ssl.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/enabling-ssl.adoc b/solr/solr-ref-guide/src/enabling-ssl.adoc
index cfb2da9..607064b 100644
--- a/solr/solr-ref-guide/src/enabling-ssl.adoc
+++ b/solr/solr-ref-guide/src/enabling-ssl.adoc
@@ -176,7 +176,7 @@ Note that if the `javax.net.ssl.\*` configurations are not set, they will fallba
 
 === Configure Solr to use Hadoop Credential Store
 
-Solr needs requires three parameters to be configured in order to use the credential store file for keystore passwords.
+Solr requires three parameters to be configured in order to use the credential store file for keystore passwords.
 
 `solr.ssl.credential.provider.chain`::
 The credential provider chain. This should be set to `hadoop`.