Skip to content

Commit 242e10d

Browse files
authored
Fix typo (#12951)
1 parent 9bd4f79 commit 242e10d

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-api/opentelemetry-api-1.0/javaagent

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-api/opentelemetry-api-1.0/javaagent/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
configurations.configureEach {
4747
if (name == "testRuntimeClasspath" || name == "testCompileClasspath") {
4848
resolutionStrategy {
49-
// earliest version that works with out test harness
49+
// earliest version that works with our test harness
5050
force("io.opentelemetry:opentelemetry-api:1.4.0")
5151
}
5252
}

0 commit comments

Comments
 (0)