Fix typo 'Elastisearch' -> 'Elasticsearch' (#23633)

Corrects `Elastisearch` to `Elasticsearch` in some docs and a packaging test utility.
This commit is contained in:
Max Goodridge 2017-03-20 14:07:59 +00:00 committed by Nik Everett
parent e8b915d010
commit faa6ade035
3 changed files with 3 additions and 3 deletions

View File

@ -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"]
--------------------------------------------

View File

@ -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"]
--------------------------------------------

View File

@ -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