Skip to content

Commit d39cf28

Browse files
committed
Revert typo changes
1 parent 15df3ed commit d39cf28

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

buildSrc/src/main/groovy/org/elasticsearch/gradle/BuildPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class BuildPlugin implements Plugin<Project> {
6666
void apply(Project project) {
6767
if (project.pluginManager.hasPlugin('elasticsearch.standalone-rest-test')) {
6868
throw new InvalidUserDataException('elasticsearch.standalone-test, '
69-
+ 'elasticsearch.standalone-rest-test, and elasticsearch.build '
69+
+ 'elasticearch.standalone-rest-test, and elasticsearch.build '
7070
+ 'are mutually exclusive')
7171
}
7272
final String minimumGradleVersion

buildSrc/src/main/groovy/org/elasticsearch/gradle/precommit/PrecommitTasks.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class PrecommitTasks {
6363
* (which provides NamingConventionsCheck) and :test:logger-usage
6464
* which provides the logger usage check. Since the build tools
6565
* don't use the logger usage check because they don't have any
66-
* of Elasticsearch's loggers and :test:logger-usage actually does
66+
* of Elaticsearch's loggers and :test:logger-usage actually does
6767
* use the NamingConventionsCheck we break the circular dependency
6868
* here.
6969
*/

docs/reference/setup/setup-xclient.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cluster where {xpack} is installed, then you must download and configure the
1111

1212
. Add the {xpack} transport JAR file to your *CLASSPATH*. You can download the {xpack}
1313
distribution and extract the JAR file manually or you can get it from the
14-
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.jar[Elasticsearch Maven repository].
14+
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.jar[Elasticsearc Maven repository].
1515
As with any dependency, you will also need its transitive dependencies. Refer to the
1616
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.pom[X-Pack POM file
1717
for your version] when downloading for offline usage.

docs/reference/upgrade/set-paths-tip.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
================================================
33
44
When you extract the zip or tarball packages, the `elasticsearch-n.n.n`
5-
directory contains the Elasticsearch `config`, `data`, `logs` and
5+
directory contains the Elasticsearh `config`, `data`, `logs` and
66
`plugins` directories.
77
88
We recommend moving these directories out of the Elasticsearch directory

modules/reindex/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ thirdPartyAudit.excludes = [
7171
'org.apache.log.Logger',
7272
]
7373

74-
// Support for testing reindex-from-remote against old Elasticsearch versions
74+
// Support for testing reindex-from-remote against old Elaticsearch versions
7575
configurations {
7676
oldesFixture
7777
es2

x-pack/docs/en/watcher/customizing-watches.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ initial payload.
4949
A <<input-search, search>> input contains a `request` object that specifies the
5050
indices you want to search, the {ref}/search-request-search-type.html[search type],
5151
and the search request body. The `body` field of a search input is the same as
52-
the body of an Elasticsearch `_search` request, making the full Elasticsearch
52+
the body of an Elasticsearch `_search` request, making the full Elaticsearch
5353
Query DSL available for you to use.
5454

5555
For example, the following `search` input loads the latest VIX quote:

x-pack/plugin/security/src/main/resources/meta-plugin-descriptor.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# meta-foo.zip <-- zip file for the meta plugin, with this structure:
77
#|____elasticsearch/
8-
#| |____ <bundled_plugin_1> <-- The plugin files for bundled_plugin_1 (the content of the elasticsearch directory)
8+
#| |____ <bundled_plugin_1> <-- The plugin files for bundled_plugin_1 (the content of the elastisearch directory)
99
#| |____ <bundled_plugin_2> <-- The plugin files for bundled_plugin_2
1010
#| |____ meta-plugin-descriptor.properties <-- example contents below:
1111
#

0 commit comments

Comments
 (0)