Skip to content

Commit

Permalink
[DOCS] Fix typos in build.gradle comments (#52883)
Browse files Browse the repository at this point in the history
  • Loading branch information
jureaky authored and jrodewig committed Feb 27, 2020
1 parent 68ba571 commit 09d25ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ subprojects {
// Projects that should be formatted and checked with Spotless are
// listed here, by project path. Once the number of formatted projects
// is greater than the number of unformatted projects, this can be
// switched to an exclude list, and eventualy removed completely.
// switched to an exclude list, and eventually removed completely.
def projectPathsToFormat = [
':build-tools',
':distribution:tools:java-version-checker',
Expand Down Expand Up @@ -193,7 +193,7 @@ task verifyVersions {
throw new GradleException("Must run in online mode to verify versions")
}
// Read the list from maven central.
// Fetch the metadata an parse the xml into Version instances because it's more straight forward here
// Fetch the metadata and parse the xml into Version instances because it's more straight forward here
// rather than bwcVersion ( VersionCollection ).
new URL('https://repo1.maven.org/maven2/org/elasticsearch/elasticsearch/maven-metadata.xml').openStream().withStream { s ->
bwcVersions.compareToAuthoritative(
Expand Down

0 comments on commit 09d25ef

Please sign in to comment.