Skip to content

Commit 7910138

Browse files
committed
fix small typos
1 parent 5eb9bcf commit 7910138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/graal-incubating/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation(project(":api:incubator"))
2424
}
2525

26-
// org.graalvm.buildtools.native pluging requires java 11+ as of version 0.9.26
26+
// org.graalvm.buildtools.native plugin requires java 11+ as of version 0.9.26
2727
// https://github.com/graalvm/native-build-tools/blob/master/docs/src/docs/asciidoc/index.adoc
2828
tasks {
2929
withType<JavaCompile>().configureEach {

integration-tests/graal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation(project(":exporters:otlp:all"))
2222
}
2323

24-
// org.graalvm.buildtools.native pluging requires java 11+ as of version 0.9.26
24+
// org.graalvm.buildtools.native plugin requires java 11+ as of version 0.9.26
2525
// https://github.com/graalvm/native-build-tools/blob/master/docs/src/docs/asciidoc/index.adoc
2626
tasks {
2727
withType<JavaCompile>().configureEach {

0 commit comments

Comments
 (0)