File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/reference/setup/install
qa/vagrant/src/test/resources/packaging/utils Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ endif::[]
114114
115115ifeval::["{release-state}"!="unreleased"]
116116
117- The Debian package for Elastisearch v{version} can be downloaded from the website and installed as follows:
117+ The Debian package for Elasticsearch v{version} can be downloaded from the website and installed as follows:
118118
119119["source","sh",subs="attributes"]
120120--------------------------------------------
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ endif::[]
9999
100100ifeval::["{release-state}"!="unreleased"]
101101
102- The RPM for Elastisearch v{version} can be downloaded from the website and installed as follows:
102+ The RPM for Elasticsearch v{version} can be downloaded from the website and installed as follows:
103103
104104["source","sh",subs="attributes"]
105105--------------------------------------------
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ wait_for_elasticsearch_status() {
435435 if [ $? -eq 0 ]; then
436436 echo " Connected"
437437 else
438- echo " Unable to connect to Elastisearch "
438+ echo " Unable to connect to Elasticsearch "
439439 false
440440 fi
441441
You can’t perform that action at this time.
0 commit comments