Skip to content

Commit faa6ade

Browse files
maxg203nik9000
authored andcommitted
Fix typo 'Elastisearch' -> 'Elasticsearch' (#23633)
Corrects `Elastisearch` to `Elasticsearch` in some docs and a packaging test utility.
1 parent e8b915d commit faa6ade

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/reference/setup/install/deb.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ endif::[]
114114

115115
ifeval::["{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
--------------------------------------------

docs/reference/setup/install/rpm.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ endif::[]
9999

100100
ifeval::["{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
--------------------------------------------

qa/vagrant/src/test/resources/packaging/utils/utils.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)