Fix common misspellings

This commit is contained in:
Marcin Moskala
2018-11-25 23:35:33 +03:00
committed by Nikolay Krasko
parent 33961acb8d
commit 686cfa6fd2
58 changed files with 115 additions and 123 deletions
@@ -296,7 +296,7 @@ public class GenerateMockJdk {
List<JarEntry> sourceList = Collections.list(sourceJar.entries());
for (JarEntry entry : sourceList) {
// For Map$Entry.class we want to check Map.class presense
// For Map$Entry.class we want to check Map.class presence
String topLevelClassFile = entry.getName().replaceAll("\\$.+\\.class$", ".class");
if (entryNamesToInclude.contains(topLevelClassFile) && foundEntries.add(entry.getName())) {
@@ -790,7 +790,7 @@ fun main(args: Array<String>) {
}
/*
// Maven and Gradle are not relevent for AS branch
// Maven and Gradle are not relevant for AS branch
testGroup("idea/idea-maven/test", "idea/idea-maven/testData") {
testClass<AbstractMavenConfigureProjectByChangingFileTest> {
@@ -790,7 +790,7 @@ fun main(args: Array<String>) {
}
/*
// Maven and Gradle are not relevent for AS branch
// Maven and Gradle are not relevant for AS branch
testGroup("idea/idea-maven/test", "idea/idea-maven/testData") {
testClass<AbstractMavenConfigureProjectByChangingFileTest> {
@@ -782,7 +782,7 @@ fun main(args: Array<String>) {
}
/*
// Maven and Gradle are not relevent for AS branch
// Maven and Gradle are not relevant for AS branch
testGroup("idea/idea-maven/test", "idea/idea-maven/testData") {
testClass<AbstractMavenConfigureProjectByChangingFileTest> {
@@ -782,7 +782,7 @@ fun main(args: Array<String>) {
}
/*
// Maven and Gradle are not relevent for AS branch
// Maven and Gradle are not relevant for AS branch
testGroup("idea/idea-maven/test", "idea/idea-maven/testData") {
testClass<AbstractMavenConfigureProjectByChangingFileTest> {