From 4f0e6bab31313b32c052ef6f3f58b7b91759b8f4 Mon Sep 17 00:00:00 2001 From: Max Goodridge Date: Fri, 17 Mar 2017 14:17:26 +0000 Subject: [PATCH 1/2] Typo 'Elastisearch' -> 'Elasticsearch' --- docs/reference/setup/install/deb.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/install/deb.asciidoc b/docs/reference/setup/install/deb.asciidoc index ca1219761450c..c73ed327e908c 100644 --- a/docs/reference/setup/install/deb.asciidoc +++ b/docs/reference/setup/install/deb.asciidoc @@ -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"] -------------------------------------------- From d23a32e7dcf3bb6b0f607c6590bafa24f47824e3 Mon Sep 17 00:00:00 2001 From: Max Goodridge Date: Sun, 19 Mar 2017 23:44:52 +0000 Subject: [PATCH 2/2] Fixed similar typos 'Elastisearch' -> 'Elasticsearch' --- docs/reference/setup/install/rpm.asciidoc | 2 +- qa/vagrant/src/test/resources/packaging/utils/utils.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/setup/install/rpm.asciidoc b/docs/reference/setup/install/rpm.asciidoc index b737fbff12746..269eb6720e60e 100644 --- a/docs/reference/setup/install/rpm.asciidoc +++ b/docs/reference/setup/install/rpm.asciidoc @@ -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"] -------------------------------------------- diff --git a/qa/vagrant/src/test/resources/packaging/utils/utils.bash b/qa/vagrant/src/test/resources/packaging/utils/utils.bash index 143430a542fd2..f8abe1b526621 100644 --- a/qa/vagrant/src/test/resources/packaging/utils/utils.bash +++ b/qa/vagrant/src/test/resources/packaging/utils/utils.bash @@ -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