Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/setup/install/deb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
--------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/setup/install/rpm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
--------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion qa/vagrant/src/test/resources/packaging/utils/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down