Fix typo 'Elastisearch' -> 'Elasticsearch' (#23633)
Corrects `Elastisearch` to `Elasticsearch` in some docs and a packaging test utility.
This commit is contained in:
parent
e8b915d010
commit
faa6ade035
|
@ -114,7 +114,7 @@ endif::[]
|
|||
|
||||
ifeval::["{release-state}"!="unreleased"]
|
||||
|
||||
The Debian package for Elastisearch v{version} can be downloaded from the website and installed as follows:
|
||||
The Debian package for Elasticsearch v{version} can be downloaded from the website and installed as follows:
|
||||
|
||||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------
|
||||
|
|
|
@ -99,7 +99,7 @@ endif::[]
|
|||
|
||||
ifeval::["{release-state}"!="unreleased"]
|
||||
|
||||
The RPM for Elastisearch v{version} can be downloaded from the website and installed as follows:
|
||||
The RPM for Elasticsearch v{version} can be downloaded from the website and installed as follows:
|
||||
|
||||
["source","sh",subs="attributes"]
|
||||
--------------------------------------------
|
||||
|
|
|
@ -435,7 +435,7 @@ wait_for_elasticsearch_status() {
|
|||
if [ $? -eq 0 ]; then
|
||||
echo "Connected"
|
||||
else
|
||||
echo "Unable to connect to Elastisearch"
|
||||
echo "Unable to connect to Elasticsearch"
|
||||
false
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue